blob: 1b3b7bdd6a192df3db47b31b1fced0344bb5ede7 [file] [log] [blame]
Kalle Valoc5ce9012009-06-12 14:17:06 +03001menuconfig WL12XX
Randy Dunlap018ae372009-09-17 14:17:56 -07002 tristate "TI wl12xx driver support"
John W. Linville133d7c62009-10-28 16:29:30 -04003 depends on MAC80211 && EXPERIMENTAL
Kalle Valoc5ce9012009-06-12 14:17:06 +03004 ---help---
5 This will enable TI wl12xx driver support. The drivers make
6 use of the mac80211 stack.
7
Luciano Coelho30d742d2009-08-06 16:25:29 +03008config WL1271
9 tristate "TI wl1271 support"
Luciano Coelhof820bc12010-05-24 11:18:18 +030010 depends on WL12XX && GENERIC_HARDIRQS
John W. Linville3c6af5b2009-11-02 13:43:32 -050011 depends on INET
Luciano Coelho30d742d2009-08-06 16:25:29 +030012 select FW_LOADER
13 select CRC7
14 ---help---
15 This module adds support for wireless adapters based on the
16 TI wl1271 chipset.
17
18 If you choose to build a module, it'll be called wl1271. Say N if
19 unsure.
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020020
Shahar Levi18357852010-10-13 16:09:41 +020021config WL1271_HT
22 bool "TI wl1271 802.11 HT support (EXPERIMENTAL)"
23 depends on WL1271 && EXPERIMENTAL
24 default n
25 ---help---
26 This will enable 802.11 HT support for TI wl1271 chipset.
27
28 That configuration is temporary due to the code incomplete and
29 still in testing process.
30
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020031config WL1271_SPI
Teemu Paasikivi7c3c76a2010-03-10 13:22:31 +020032 tristate "TI wl1271 SPI support"
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020033 depends on WL1271 && SPI_MASTER
34 ---help---
35 This module adds support for the SPI interface of adapters using
36 TI wl1271 chipset. Select this if your platform is using
37 the SPI bus.
38
39 If you choose to build a module, it'll be called wl1251_spi.
40 Say N if unsure.
41
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020042config WL1271_SDIO
43 tristate "TI wl1271 SDIO support"
Ohad Ben-Cohen19b87172010-05-13 12:43:24 +030044 depends on WL1271 && MMC
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020045 ---help---
46 This module adds support for the SDIO interface of adapters using
47 TI wl1271 chipset. Select this if your platform is using
48 the SDIO bus.
49
50 If you choose to build a module, it'll be called
51 wl1271_sdio. Say N if unsure.
52
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020053config WL12XX_PLATFORM_DATA
54 bool
55 depends on WL1271_SDIO != n
56 default y