qcacld-3.0: Enable VDEV manager on genoa platform

Enable VDEV manager on genoa platform.

Change-Id: Ifd037902c7b47ce17edfec5544b74108e3f54a13
CRs-Fixed: 2433803
This commit is contained in:
Sandeep Puligilla
2019-03-25 17:41:37 -07:00
committed by nshrivas
parent 6edf8d9cf2
commit 2c8d6217c9

View File

@@ -203,4 +203,11 @@ CONFIG_WMI_BCN_OFFLOAD := y
#Flag to enable Supported Operating class
CONFIG_HOST_OPCLASS := y
#Enable VDEV STATE MACHINE
CONFIG_CMN_VDEV_MLME_SM := y
ifeq ($(CONFIG_CMN_VDEV_MLME_SM), y)
#Enable STATE MACHINE HISTORY
CONFIG_SM_ENG_HIST := n
endif
###################################