aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/Kconfig
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2009-08-06 09:25:29 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-14 09:12:46 -0400
commit30d742d5468c954969766bb0e809f218abc73af7 (patch)
tree99bff09534c3967ccc6c9db2521277af89d0a170 /drivers/net/wireless/wl12xx/Kconfig
parentf5fc0f86b02afef1119b523623b4cde41475bc8c (diff)
wl1271: add wl1271 to Kconfig and the Makefile
This patch adds support for the wl1271 driver in the Kconfig and in the Makefile. Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r--drivers/net/wireless/wl12xx/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index 82a0f97975de..af31eabad18b 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -16,3 +16,15 @@ config WL1251
16 16
17 If you choose to build a module, it'll be called wl1251. Say N if 17 If you choose to build a module, it'll be called wl1251. Say N if
18 unsure. 18 unsure.
19
20config WL1271
21 tristate "TI wl1271 support"
22 depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
23 select FW_LOADER
24 select CRC7
25 ---help---
26 This module adds support for wireless adapters based on the
27 TI wl1271 chipset.
28
29 If you choose to build a module, it'll be called wl1271. Say N if
30 unsure.