Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: a couple of missing dependencies...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Al Viro and committed by
Richard Weinberger
bad3118f 772bd0a5

+3 -3
+1 -1
drivers/net/wireless/ath/Kconfig
··· 1 1 menuconfig ATH_COMMON 2 2 tristate "Atheros Wireless Cards" 3 - depends on CFG80211 3 + depends on CFG80211 && (!UML || BROKEN) 4 4 ---help--- 5 5 This will enable the support for the Atheros wireless drivers. 6 6 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
+2 -2
drivers/net/wireless/rtlwifi/Kconfig
··· 12 12 13 13 config RTL8192SE 14 14 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" 15 - depends on MAC80211 && EXPERIMENTAL 15 + depends on MAC80211 && EXPERIMENTAL && PCI 16 16 select FW_LOADER 17 17 select RTLWIFI 18 18 ---help--- ··· 23 23 24 24 config RTL8192DE 25 25 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" 26 - depends on MAC80211 && EXPERIMENTAL 26 + depends on MAC80211 && EXPERIMENTAL && PCI 27 27 select FW_LOADER 28 28 select RTLWIFI 29 29 ---help---