Loading
arm: defconfig: enable config flag for cnss sdio/pcie platform driver
For devices with no SDIO connected, it is useless to compile/load
the cnss SDIO platform driver, same for the cnss PCIe platform driver
compile/load for the device with non PCIe interfaced wlan module.
To resolve the above issue the CNSS added separate KCONFIG flag for
both cnss SDIO/PCIe platform driver compilation/load. Config flag
CONFIG_CNSS_SDIO to enable cnss SDIO support and CONFIG_CNSS_PCI
to enable cnss PCIe support.
This also helps to reduce the attack surface of kernel.
CRs-Fixed: 1104065
Change-Id: I599c30dc29cc0948662a8952765909dfe1e02963
Signed-off-by:
Sarada Prasanna Garnayak <sgarna@codeaurora.org>