net: wireless: Add CONFIG_ATH6K_LEGACY for QCA AR6003
CONFIG_ATH6K_LEGACY is added to support QCA AR6003 (Non cfg80211). AR6003 driver needs WIRELESS_EXT support. WIRELESS_EXT is going to be deprecated so adding it to defconfig will not work. Driver needs to mark it as dependency. Change-Id: I09c1f07ea15b8de75c1ed35d4fec6c82265018a9 Acked-by: Prasanth Bhatta <c_bhatta@qca.qualcomm.com> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
b31184c5be
commit
ca7a13cdbe
@@ -283,6 +283,16 @@ config LIBRA_SDIOIF
|
||||
---help---
|
||||
A driver for Qualcomm WLAN SDIO Libra chipset.
|
||||
|
||||
config ATH6K_LEGACY_EXT
|
||||
tristate "QCA AR6003 wlan SDIO driver - External"
|
||||
depends on MMC_MSM && WLAN
|
||||
select WIRELESS_EXT
|
||||
select WEXT_PRIV
|
||||
---help---
|
||||
This module adds support for wireless adapters based on QCA AR6003 chipset
|
||||
running over SDIO. Driver is built outside of kernel tree, this config
|
||||
only enables configurations required for QCA AR6003 wlan driver.
|
||||
|
||||
source "drivers/net/wireless/ath/Kconfig"
|
||||
source "drivers/net/wireless/b43/Kconfig"
|
||||
source "drivers/net/wireless/b43legacy/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user