diff options
author | Zhao, Gang <gamerh2o@gmail.com> | 2014-03-01 01:26:29 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-03 15:35:55 -0500 |
commit | 4c59ff221e070eda4ff014b866a4797c6c18abbb (patch) | |
tree | be292d3d06662c0ed09da24c5bc3e9ad0cf80f12 /drivers/net | |
parent | f5547245217ed54bbb2a72c109c6756323bdb98f (diff) |
wireless: Kconfig: add missing dependency
Previous driver changes to airo, atmel, wl3501_cs, and usb_zd1201 need
to include <net/cfg80211.h>, which depends on CFG80211, so add the
missing dependency.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 200020eb3005..d1fab435f5a3 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -53,7 +53,7 @@ config LIBERTAS_THINFIRM_USB | |||
53 | 53 | ||
54 | config AIRO | 54 | config AIRO |
55 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" | 55 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" |
56 | depends on ISA_DMA_API && (PCI || BROKEN) | 56 | depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN) |
57 | select WIRELESS_EXT | 57 | select WIRELESS_EXT |
58 | select CRYPTO | 58 | select CRYPTO |
59 | select WEXT_SPY | 59 | select WEXT_SPY |
@@ -73,7 +73,7 @@ config AIRO | |||
73 | 73 | ||
74 | config ATMEL | 74 | config ATMEL |
75 | tristate "Atmel at76c50x chipset 802.11b support" | 75 | tristate "Atmel at76c50x chipset 802.11b support" |
76 | depends on (PCI || PCMCIA) | 76 | depends on CFG80211 && (PCI || PCMCIA) |
77 | select WIRELESS_EXT | 77 | select WIRELESS_EXT |
78 | select WEXT_PRIV | 78 | select WEXT_PRIV |
79 | select FW_LOADER | 79 | select FW_LOADER |
@@ -138,7 +138,7 @@ config AIRO_CS | |||
138 | 138 | ||
139 | config PCMCIA_WL3501 | 139 | config PCMCIA_WL3501 |
140 | tristate "Planet WL3501 PCMCIA cards" | 140 | tristate "Planet WL3501 PCMCIA cards" |
141 | depends on PCMCIA | 141 | depends on CFG80211 && PCMCIA |
142 | select WIRELESS_EXT | 142 | select WIRELESS_EXT |
143 | select WEXT_SPY | 143 | select WEXT_SPY |
144 | help | 144 | help |
@@ -168,7 +168,7 @@ config PRISM54 | |||
168 | 168 | ||
169 | config USB_ZD1201 | 169 | config USB_ZD1201 |
170 | tristate "USB ZD1201 based Wireless device support" | 170 | tristate "USB ZD1201 based Wireless device support" |
171 | depends on USB | 171 | depends on CFG80211 && USB |
172 | select WIRELESS_EXT | 172 | select WIRELESS_EXT |
173 | select WEXT_PRIV | 173 | select WEXT_PRIV |
174 | select FW_LOADER | 174 | select FW_LOADER |