Disable vdev manager feature through Kbuild option. Change-Id: If89029c0f428b9b6d1d053ac23170192602e0333 CRs-Fixed: 2344437
@@ -710,7 +710,7 @@ endif
endif
#Enable STATE MACHINE HISTORY
-CONFIG_SM_ENG_HIST := y
+CONFIG_SM_ENG_HIST := n
#Enable VDEV STATE MACHINE
-CONFIG_CMN_VDEV_MLME_SM := y
-CONFIG_VDEV_SM := y
+CONFIG_CMN_VDEV_MLME_SM := n
+CONFIG_VDEV_SM := n