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

Commit f7d55011 authored by Qian Zhang's avatar Qian Zhang
Browse files

net: Add CLD_USB_CORE for USB Wlan card



Add CLD_USB_CORE and select WIRELESS_EXT, WEXT_PRIV,WEXT_CORE,
WEXT_SPY and NL80211_TESTMODE.

Change-Id: Ibf8e4b2391c840b28795985272187cba503325a4
Signed-off-by: default avatarQian Zhang <zhangq@codeaurora.org>
CRs-Fixed: 2281614
parent c443e7cd
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -61,6 +61,19 @@ config CLD_DEBUG
	  Say N, if you are building a release kernel for production use.
	  Only say Y, if you are building a kernel with debug support.

config CLD_USB_CORE
	tristate "Qualcomm Technologies Inc. Core wlan driver for QCA USB interface"
	select WIRELESS_EXT
	select WEXT_PRIV
	select WEXT_CORE
	select WEXT_SPY
	select NL80211_TESTMODE
	---help---
	  This section contains the necessary modules needed to enable the
	  core WLAN driver for Qualcomm Technologies Inc USB wlan chipset.
	  Select Y to compile the driver in order to have WLAN functionality
	  support.

config CLD_HL_SDIO_CORE
	tristate "Qualcomm Technologies Inc. Core wlan driver for QCA SDIO interface"
	select WIRELESS_EXT