summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-03-07 12:46:59 -0800
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-03-07 12:46:59 -0800
commit031ea936a2f9031a9ccb2d0830ad97b791488f60 (patch)
tree8cefbbf4eba7306dece88cab10a8af1ced60bd36
parent90a5c5ee241c60f233fdb410d5be602c83bee338 (diff)
compat-drivers: add mac80211_hwsim support to driver-select
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rwxr-xr-xscripts/driver-select7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/driver-select b/scripts/driver-select
index a14d1b1f..22b4689a 100755
--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -32,7 +32,7 @@ PURPLE="\033[35m"
CYAN="\033[36m"
UNDERLINE="\033[02m"
-SUPPORTED_80211_DRIVERS="ath5k ath9k ath9k_ap ath9k_htc carl9170 ath6kl wil6210 b43 zd1211rw rt2x00 wl1251 wl12xx brcmsmac brcmfmac"
+SUPPORTED_80211_DRIVERS="ath5k ath9k ath9k_ap ath9k_htc carl9170 ath6kl wil6210 b43 zd1211rw rt2x00 wl1251 wl12xx brcmsmac brcmfmac mac80211_hwsim"
# b43 needs some more work for driver-select, the SSB stuff, plus
# what if you update b44 but not b43? It will bust.
@@ -502,6 +502,11 @@ case $1 in
disable_staging
disable_var_01
;;
+ mac80211_hwsim)
+ select_drivers CONFIG_COMPAT_MAC80211_HWSIM
+ disable_staging
+ disable_bt_usb_ethernet_var
+ ;;
# Ethernet and Bluetooth drivers
atl1)
enable_only_ethernet