diff options
author | Colin McCabe <colin@cozybit.com> | 2009-01-09 17:58:09 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:19 -0500 |
commit | d2b21f191753abd12c4063776cb1a3d635397509 (patch) | |
tree | a31c00ffff1cc05e5ec00a048e3de4e0dc3f54be /drivers/net/wireless/Kconfig | |
parent | 3cd08b383b2efe163272045afc415c75afc9e9c5 (diff) |
libertas: if_spi, driver for libertas GSPI devices
Add initial support for libertas devices using a GSPI interface. This has
been tested with the 8686.
GSPI is intended to be used on embedded systems. Board-specific parameters are
required (see libertas_spi.h).
Thanks to everyone who took a look at the earlier versions of the patch.
Signed-off-by: Colin McCabe <colin@cozybit.com>
Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index e4f9f747de88..2dddbd012a99 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -151,6 +151,12 @@ config LIBERTAS_SDIO | |||
151 | ---help--- | 151 | ---help--- |
152 | A driver for Marvell Libertas 8385 and 8686 SDIO devices. | 152 | A driver for Marvell Libertas 8385 and 8686 SDIO devices. |
153 | 153 | ||
154 | config LIBERTAS_SPI | ||
155 | tristate "Marvell Libertas 8686 SPI 802.11b/g cards" | ||
156 | depends on LIBERTAS && SPI && GENERIC_GPIO | ||
157 | ---help--- | ||
158 | A driver for Marvell Libertas 8686 SPI devices. | ||
159 | |||
154 | config LIBERTAS_DEBUG | 160 | config LIBERTAS_DEBUG |
155 | bool "Enable full debugging output in the Libertas module." | 161 | bool "Enable full debugging output in the Libertas module." |
156 | depends on LIBERTAS | 162 | depends on LIBERTAS |