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

Commit cdd7a5bf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: wireless: add conditional compilation flag for cnss"

parents 5742a62d e78d4970
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---