aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <hs4233@mail.mn-solutions.de>2007-05-25 12:37:58 -0400
committerJohn W. Linville <linville@tuxdriver.com>2007-06-11 14:28:39 -0400
commit084708b61014776198c56d1606343d4f504c691e (patch)
tree201a683b3a1eff6f8103eef7fe93690d970b09f3 /drivers/net/wireless/Kconfig
parented457037c5e8287a3fd24408250fb396b57b9a1b (diff)
[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)
* add CONFIG_LIBERTAS to Kconfig * remove global variable libertas_fw_name, the USB module might want to use a different default FW name than the CF module, so libertas_fw_name is now local to if_usb.c * exported some symbols as GPL Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r--drivers/net/wireless/Kconfig18
1 files changed, 12 insertions, 6 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index e3f5bb0fe603..89514f3e06c8 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -266,16 +266,22 @@ config IPW2200_DEBUG
266 266
267 If you are not sure, say N here. 267 If you are not sure, say N here.
268 268
269config LIBERTAS_USB 269config LIBERTAS
270 tristate "Marvell Libertas 8388 802.11a/b/g cards" 270 tristate "Marvell 8xxx Libertas WLAN driver support"
271 depends on USB && WLAN_80211 271 depends on WLAN_80211
272 select FW_LOADER 272 select FW_LOADER
273 ---help--- 273 ---help---
274 A library for Marvell Libertas 8xxx devices.
275
276config LIBERTAS_USB
277 tristate "Marvell Libertas 8388 USB 802.11b/g cards"
278 depends on LIBERTAS && USB
279 ---help---
274 A driver for Marvell Libertas 8388 USB devices. 280 A driver for Marvell Libertas 8388 USB devices.
275 281
276config LIBERTAS_USB_DEBUG 282config LIBERTAS_DEBUG
277 bool "Enable full debugging output in the Libertas USB module." 283 bool "Enable full debugging output in the Libertas module."
278 depends on LIBERTAS_USB 284 depends on LIBERTAS
279 ---help--- 285 ---help---
280 Debugging support. 286 Debugging support.
281 287