summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2019-11-13 16:34:50 +0800
committerRicardo Salveti <ricardo@foundries.io>2020-02-12 15:34:08 -0300
commit80a1e47914b5bd97651677fd680627a7dd13d0ec (patch)
treedb828d51c0a6d8aa0e171e0d68c35b018a9438ab
parente35f2c7b2deed6a1846bf58d76921ea96edc2fcf (diff)
features/wifi: Change ATH9K_HTC, RTL8187 and RTL_CARDS to be modules
CONFIG_ATH9K_HTC, CONFIG_RTL8187 and CONFIG_RTL_CARDS have dependency on CONFIG_MAC80211 which is set to "m". Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--features/wifi/atheros-usb.cfg2
-rw-r--r--features/wifi/realtek-usb.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/wifi/atheros-usb.cfg b/features/wifi/atheros-usb.cfg
index 9466880..e47c6af 100644
--- a/features/wifi/atheros-usb.cfg
+++ b/features/wifi/atheros-usb.cfg
@@ -4,7 +4,7 @@ CONFIG_WLAN_VENDOR_ATH=y
CONFIG_ATH9K=m
CONFIG_ATH9K_RFKILL=y
CONFIG_ATH9K_PCOEM=y
-CONFIG_ATH9K_HTC=y
+CONFIG_ATH9K_HTC=m
# ath10k
CONFIG_ATH10K=m
diff --git a/features/wifi/realtek-usb.cfg b/features/wifi/realtek-usb.cfg
index 111ec43..13ecbdf 100644
--- a/features/wifi/realtek-usb.cfg
+++ b/features/wifi/realtek-usb.cfg
@@ -1,11 +1,11 @@
CONFIG_WLAN_VENDOR_REALTEK=y
# rtl818x
-CONFIG_RTL8187=y
+CONFIG_RTL8187=m
# rtl8xxxu
CONFIG_RTL8XXXU=m
# rtlwifi
-CONFIG_RTL_CARDS=y
+CONFIG_RTL_CARDS=m
CONFIG_RTL8192CU=m