Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24767275 authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

Kconfig: Add CLD_LL_CORE configuration for WLAN



Add CLD_LL_CORE configuration for WLAN. This configuration
enables WLAN related kernel dependencies.

CRs-Fixed: 2080628
Change-Id: Id4b7f8bb2869aff8948d90f85696d950216dddf7
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent 2d9d9935
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -122,6 +122,19 @@ config WCNSS_MEM_PRE_ALLOC
	 for it's internal usage and release it to back to pre allocated pool.
	 This memory is allocated at the cold boot time.

config CLD_LL_CORE
	tristate "QTI core WLAN driver for QCA6174 chipset"
	select NL80211_TESTMODE
	select WEXT_CORE
	select WEXT_PRIV
	select WEXT_SPY
	select WIRELESS_EXT
	---help---
	  This section contains the necessary modules needed to enable the
	  core WLAN driver for QTI QCA6174 chipset.
	  Select Y to compile the driver in order to have WLAN functionality
	  support.

source "drivers/net/wireless/cnss_utils/Kconfig"

endif # WLAN