[linux-yocto] [PATCH 06/17] wifi: ATH_CARDS -> WLAN_VENDOR_ATH

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:36 PDT 2018


From: Bruce Ashfield <bruce.ashfield at windriver.com>

commit b5c9b4f91a6f91cdbf777e6f365d56debe500421
Author: Kalle Valo <kvalo at codeaurora.org>
Date:   Wed Nov 18 10:38:32 2015 +0200

    ath: unify Kconfig with other vendors

    Change menuconfig to config to keep the Kconfig entries unified. Part of
    reorganising wireless drivers directory and Kconfig.

    Signed-off-by: Kalle Valo <kvalo at codeaurora.org>

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 bsp/common-pc-64/hardware.cfg    | 2 +-
 bsp/common-pc/common-pc-wifi.cfg | 2 +-
 bsp/common-pc/hardware.cfg       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bsp/common-pc-64/hardware.cfg b/bsp/common-pc-64/hardware.cfg
index 53499194..24775f76 100644
--- a/bsp/common-pc-64/hardware.cfg
+++ b/bsp/common-pc-64/hardware.cfg
@@ -1,5 +1,5 @@
 CONFIG_ATH5K
-CONFIG_ATH_CARDS
+CONFIG_WLAN_VENDOR_ATH
 CONFIG_ATH_COMMON
 CONFIG_CFG80211
 CONFIG_CONNECTOR
diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg
index 7831abe4..3bee4ba4 100644
--- a/bsp/common-pc/common-pc-wifi.cfg
+++ b/bsp/common-pc/common-pc-wifi.cfg
@@ -9,7 +9,7 @@ CONFIG_MAC80211=m
 CONFIG_CFG80211=m
 
 CONFIG_ATH_COMMON=m
-CONFIG_ATH_CARDS=m
+CONFIG_WLAN_VENDOR_ATH=m
 CONFIG_ATH5K=m
 CONFIG_ATH9K=m
 
diff --git a/bsp/common-pc/hardware.cfg b/bsp/common-pc/hardware.cfg
index 562b88da..5a380fbe 100644
--- a/bsp/common-pc/hardware.cfg
+++ b/bsp/common-pc/hardware.cfg
@@ -1,5 +1,5 @@
 CONFIG_ATH5K
-CONFIG_ATH_CARDS
+CONFIG_WLAN_VENDOR_ATH
 CONFIG_ATH_COMMON
 CONFIG_CFG80211
 CONFIG_CONNECTOR
-- 
2.17.1



More information about the linux-yocto mailing list