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

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

Merge "net: cnss: refactoring CNSS SDIO platform Driver"

parents 65d2d9c4 c5a4f7a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,6 +63,5 @@ obj-$(CONFIG_RSI_91X) += rsi/

obj-$(CONFIG_WCNSS_CORE)	+= wcnss/

obj-$(CONFIG_CNSS_SDIO)		+= cnss/cnss_sdio.o
obj-$(CONFIG_CNSS)		+= cnss/
obj-$(CONFIG_WCNSS_MEM_PRE_ALLOC) += cnss_prealloc/
+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---
+1 −0
Original line number Diff line number Diff line
# Makefile for CNSS platform driver

obj-$(CONFIG_CNSS_PCI) += cnss_pci.o
obj-$(CONFIG_CNSS_SDIO)	+= cnss_sdio.o
obj-y += cnss_common.o