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

Commit e78d4970 authored by Sarada Prasanna Garnayak's avatar Sarada Prasanna Garnayak Committed by Gerrit - the friendly Code Review server
Browse files

net: wireless: add conditional compilation flag for cnss



Refactor cnss wlan module for PCIe and SDIO based interface
wlan module. Add config flag CONFIG_CNSS for the cnss wlan
module compilation.

CRs-Fixed: 957132
Change-Id: I5043b8024b5cc342325b126fa4ccd7d76b0f8540
Signed-off-by: default avatarSarada Prasanna Garnayak <sgarna@codeaurora.org>
parent b8974c4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,6 +63,6 @@ obj-$(CONFIG_RSI_91X) += rsi/

obj-$(CONFIG_WCNSS_CORE)	+= wcnss/

obj-y	+= cnss/
obj-$(CONFIG_CNSS)	+= cnss/
obj-$(CONFIG_WCNSS_MEM_PRE_ALLOC) += cnss_prealloc/
obj-$(CONFIG_CNSS_CRYPTO)	+= cnss_crypto/
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ config CNSS_PCI

config CNSS_SDIO
	tristate "Flag to enable platform driver for SIDO based wifi device"
	select CNSS
	depends on MMC_SDHCI
	depends on MMC_SDHCI_MSM
	---help---