Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 1 | config LIBERTAS |
| 2 | tristate "Marvell 8xxx Libertas WLAN driver support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 3 | depends on CFG80211 |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 4 | select WIRELESS_EXT |
| 5 | select WEXT_SPY |
| 6 | select LIB80211 |
| 7 | select FW_LOADER |
| 8 | ---help--- |
| 9 | A library for Marvell Libertas 8xxx devices. |
| 10 | |
| 11 | config LIBERTAS_USB |
| 12 | tristate "Marvell Libertas 8388 USB 802.11b/g cards" |
| 13 | depends on LIBERTAS && USB |
| 14 | ---help--- |
| 15 | A driver for Marvell Libertas 8388 USB devices. |
| 16 | |
| 17 | config LIBERTAS_CS |
| 18 | tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards" |
| 19 | depends on LIBERTAS && PCMCIA |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 20 | ---help--- |
| 21 | A driver for Marvell Libertas 8385 CompactFlash devices. |
| 22 | |
| 23 | config LIBERTAS_SDIO |
| 24 | tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards" |
| 25 | depends on LIBERTAS && MMC |
| 26 | ---help--- |
| 27 | A driver for Marvell Libertas 8385/8686/8688 SDIO devices. |
| 28 | |
| 29 | config LIBERTAS_SPI |
| 30 | tristate "Marvell Libertas 8686 SPI 802.11b/g cards" |
| 31 | depends on LIBERTAS && SPI |
| 32 | ---help--- |
| 33 | A driver for Marvell Libertas 8686 SPI devices. |
| 34 | |
| 35 | config LIBERTAS_DEBUG |
| 36 | bool "Enable full debugging output in the Libertas module." |
| 37 | depends on LIBERTAS |
| 38 | ---help--- |
| 39 | Debugging support. |
Holger Schurig | 4143a23 | 2009-12-02 15:26:02 +0100 | [diff] [blame] | 40 | |
| 41 | config LIBERTAS_MESH |
| 42 | bool "Enable mesh support" |
| 43 | depends on LIBERTAS |
| 44 | help |
| 45 | This enables Libertas' MESH support, used by e.g. the OLPC people. |