From 14c0b3ed4cab5ea79de091e22d42d6677f7cfefa Mon Sep 17 00:00:00 2001 From: Kalle Valo Date: Wed, 7 Jan 2009 22:01:20 +0200 Subject: Staging: Add stlc45xx, wi-fi driver for stlc4550/4560 This patch adds a new driver called stlc45xx, which supports wi-fi chipsets stlc4550 and stlc4560 from ST-NXP Wireless. The chipset can be found, for example, from Nokia N800 and N810 products. The driver is implemented based on the firmware interface information published by ST-NXP Wireless here: http://wireless.kernel.org/en/developers/Documentation/specs#STMicroelectronicshardware Currently only SPI interface is supported. Signed-off-by: Kalle Valo Signed-off-by: Greg Kroah-Hartman --- drivers/staging/stlc45xx/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 drivers/staging/stlc45xx/Kconfig (limited to 'drivers/staging/stlc45xx/Kconfig') diff --git a/drivers/staging/stlc45xx/Kconfig b/drivers/staging/stlc45xx/Kconfig new file mode 100644 index 00000000000..8d3f46f190e --- /dev/null +++ b/drivers/staging/stlc45xx/Kconfig @@ -0,0 +1,8 @@ +config STLC45XX + tristate "stlc4550/4560 support" + depends on MAC80211 && WLAN_80211 && SPI_MASTER + ---help--- + This is a driver for stlc4550 and stlc4560 chipsets. + + To compile this driver as a module, choose M here: the module will be + called stlc45xx. If unsure, say N. -- cgit v1.2.3