Explorar el Código

qcacld-3.0: Disable VDEV manager

Disable vdev manager feature through Kbuild option.

Change-Id: If89029c0f428b9b6d1d053ac23170192602e0333
CRs-Fixed: 2344437
Sandeep Puligilla hace 6 años
padre
commit
3a1e42a31c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      configs/default_defconfig

+ 3 - 3
configs/default_defconfig

@@ -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