diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:12:50 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:28 +0100 |
commit | bad3118fcdeb4b7b5bf18cb40b2548cf891646b2 (patch) | |
tree | d5d30f568f4dbda369e0aaf1333ffcc17e85c41d /drivers/net/wireless/ath/Kconfig | |
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/wireless/ath/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index d1b23067619..47d0de806e0 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig @@ -1,6 +1,6 @@ menuconfig ATH_COMMON tristate "Atheros Wireless Cards" - depends on CFG80211 + depends on CFG80211 && (!UML || BROKEN) ---help--- This will enable the support for the Atheros wireless drivers. ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option |