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: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
This commit is contained in:
Sarada Prasanna Garnayak 2015-12-30 19:45:52 +05:30 committed by David Keitel
parent 5899684e5b
commit 6c7c36f5b2
2 changed files with 2 additions and 1 deletions

View file

@ -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/

View file

@ -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---