diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:12:50 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:28 -0400 |
commit | bad3118fcdeb4b7b5bf18cb40b2548cf891646b2 (patch) | |
tree | d5d30f568f4dbda369e0aaf1333ffcc17e85c41d /drivers/net | |
parent | 772bd0a5a5ebfd37186df086c0f51f676495c4d9 (diff) |
um: a couple of missing dependencies...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/Kconfig | 2 | ||||
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index d1b23067619f..47d0de806e0d 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | menuconfig ATH_COMMON | 1 | menuconfig ATH_COMMON |
2 | tristate "Atheros Wireless Cards" | 2 | tristate "Atheros Wireless Cards" |
3 | depends on CFG80211 | 3 | depends on CFG80211 && (!UML || BROKEN) |
4 | ---help--- | 4 | ---help--- |
5 | This will enable the support for the Atheros wireless drivers. | 5 | This will enable the support for the Atheros wireless drivers. |
6 | ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option | 6 | ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option |
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index 45e14760c16e..d6c42e69bdbd 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -12,7 +12,7 @@ config RTL8192CE | |||
12 | 12 | ||
13 | config RTL8192SE | 13 | config RTL8192SE |
14 | tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" | 14 | tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" |
15 | depends on MAC80211 && EXPERIMENTAL | 15 | depends on MAC80211 && EXPERIMENTAL && PCI |
16 | select FW_LOADER | 16 | select FW_LOADER |
17 | select RTLWIFI | 17 | select RTLWIFI |
18 | ---help--- | 18 | ---help--- |
@@ -23,7 +23,7 @@ config RTL8192SE | |||
23 | 23 | ||
24 | config RTL8192DE | 24 | config RTL8192DE |
25 | tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" | 25 | tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" |
26 | depends on MAC80211 && EXPERIMENTAL | 26 | depends on MAC80211 && EXPERIMENTAL && PCI |
27 | select FW_LOADER | 27 | select FW_LOADER |
28 | select RTLWIFI | 28 | select RTLWIFI |
29 | ---help--- | 29 | ---help--- |