blob: 085bc44d814b6fc446d6edecc29fc69aa931a9a9 [file] [log] [blame]
Shahar Levi00d20102010-11-08 11:20:10 +00001menuconfig WL12XX_MENU
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---
Shahar Levi00d20102010-11-08 11:20:10 +00005 This will enable TI wl12xx driver support for the following chips:
6 wl1271 and wl1273.
7 The drivers make use of the mac80211 stack.
Kalle Valoc5ce9012009-06-12 14:17:06 +03008
Shahar Levi00d20102010-11-08 11:20:10 +00009config WL12XX
10 tristate "TI wl12xx support"
11 depends on WL12XX_MENU && GENERIC_HARDIRQS
John W. Linville3c6af5b2009-11-02 13:43:32 -050012 depends on INET
Luciano Coelho30d742d2009-08-06 16:25:29 +030013 select FW_LOADER
14 select CRC7
15 ---help---
Shahar Levi00d20102010-11-08 11:20:10 +000016 This module adds support for wireless adapters based on TI wl1271 and
17 TI wl1273 chipsets. This module does *not* include support for wl1251.
18 For wl1251 support, use the separate homonymous driver instead.
Luciano Coelho30d742d2009-08-06 16:25:29 +030019
Shahar Levi00d20102010-11-08 11:20:10 +000020 If you choose to build a module, it will be called wl12xx. Say N if
Luciano Coelho30d742d2009-08-06 16:25:29 +030021 unsure.
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020022
Shahar Levi00d20102010-11-08 11:20:10 +000023config WL12XX_HT
24 bool "TI wl12xx 802.11 HT support (EXPERIMENTAL)"
25 depends on WL12XX && EXPERIMENTAL
Shahar Levi18357852010-10-13 16:09:41 +020026 default n
27 ---help---
Shahar Levi00d20102010-11-08 11:20:10 +000028 This will enable 802.11 HT support in the wl12xx module.
Shahar Levi18357852010-10-13 16:09:41 +020029
30 That configuration is temporary due to the code incomplete and
31 still in testing process.
32
Shahar Levi00d20102010-11-08 11:20:10 +000033config WL12XX_SPI
34 tristate "TI wl12xx SPI support"
35 depends on WL12XX && SPI_MASTER
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020036 ---help---
37 This module adds support for the SPI interface of adapters using
Shahar Levi00d20102010-11-08 11:20:10 +000038 TI wl12xx chipsets. Select this if your platform is using
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020039 the SPI bus.
40
Shahar Levi00d20102010-11-08 11:20:10 +000041 If you choose to build a module, it'll be called wl12xx_spi.
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020042 Say N if unsure.
43
Shahar Levi00d20102010-11-08 11:20:10 +000044config WL12XX_SDIO
45 tristate "TI wl12xx SDIO support"
46 depends on WL12XX && MMC
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020047 ---help---
48 This module adds support for the SDIO interface of adapters using
Shahar Levi00d20102010-11-08 11:20:10 +000049 TI wl12xx chipsets. Select this if your platform is using
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020050 the SDIO bus.
51
Shahar Levi00d20102010-11-08 11:20:10 +000052 If you choose to build a module, it'll be called wl12xx_sdio.
53 Say N if unsure.
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020054
Roger Quadrosb69eb802010-12-01 11:58:54 +020055config WL1271_SDIO_TEST
56 tristate "TI wl1271 SDIO testing support"
57 depends on WL1271 && MMC
58 ---help---
59 This module adds support for the SDIO bus testing with the
60 TI wl1271 chipset. Select this if your platform is using
61 the SDIO bus.
62
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020063config WL12XX_PLATFORM_DATA
64 bool
Shahar Levi00d20102010-11-08 11:20:10 +000065 depends on WL12XX_SDIO != n || WL1251_SDIO != n
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020066 default y