diff options
| author | Yue Ma <yuem@codeaurora.org> | 2016-10-20 12:04:04 -0700 |
|---|---|---|
| committer | Yue Ma <yuem@codeaurora.org> | 2017-07-11 10:36:28 -0700 |
| commit | 022e1f5a20a9105319acf5bd9f8df4e3420f2034 (patch) | |
| tree | cc723ab2df75191e78045acd560f75eeef2a278c | |
| parent | e5a68ffaa375a3503ac31de90a8a2c09d5526740 (diff) | |
net: Kconfig: Add config entry for WLAN QCA6290 chipset
WLAN QCA6290 chipset specific changes are featurized under
this config entry.
Change-Id: I9283ea5dcac702018b2483cdcd4aea254e96c51a
CRs-fixed: 2071634
Signed-off-by: Yue Ma <yuem@codeaurora.org>
| -rw-r--r-- | drivers/net/wireless/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 59db73f538d7..7945b1cd6244 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -311,6 +311,14 @@ config CNSS_CRYPTO from cnss platform driver. This crypto APIs used to generate cipher key and add support for the WLAN driver module security protocol. +config CNSS_QCA6290 + bool "Enable CNSS QCA6290 chipset specific changes" + ---help--- + This enables the changes from WLAN host driver that are specific to + CNSS QCA6290 chipset. + These changes are needed to support the new hardware architecture + for CNSS QCA6290 chipset. + source "drivers/net/wireless/ath/Kconfig" source "drivers/net/wireless/b43/Kconfig" source "drivers/net/wireless/b43legacy/Kconfig" |
