blob: 07bcb1548d8b2e51ec758372d7ec0a5b52fcbc2d [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:
Shahar Levi0830cee2011-03-06 16:32:20 +02006 wl1271, wl1273, wl1281 and wl1283.
Shahar Levi00d20102010-11-08 11:20:10 +00007 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
Luciano Coelho30d742d2009-08-06 16:25:29 +030014 ---help---
Shahar Levi00d20102010-11-08 11:20:10 +000015 This module adds support for wireless adapters based on TI wl1271 and
16 TI wl1273 chipsets. This module does *not* include support for wl1251.
17 For wl1251 support, use the separate homonymous driver instead.
Luciano Coelho30d742d2009-08-06 16:25:29 +030018
Shahar Levi00d20102010-11-08 11:20:10 +000019 If you choose to build a module, it will be called wl12xx. Say N if
Luciano Coelho30d742d2009-08-06 16:25:29 +030020 unsure.
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020021
Shahar Levi00d20102010-11-08 11:20:10 +000022config WL12XX_HT
23 bool "TI wl12xx 802.11 HT support (EXPERIMENTAL)"
24 depends on WL12XX && EXPERIMENTAL
Shahar Levi18357852010-10-13 16:09:41 +020025 default n
26 ---help---
Shahar Levi00d20102010-11-08 11:20:10 +000027 This will enable 802.11 HT support in the wl12xx module.
Shahar Levi18357852010-10-13 16:09:41 +020028
29 That configuration is temporary due to the code incomplete and
30 still in testing process.
31
Shahar Levi00d20102010-11-08 11:20:10 +000032config WL12XX_SPI
33 tristate "TI wl12xx SPI support"
34 depends on WL12XX && SPI_MASTER
Eliad Pellera0111302011-05-18 11:24:16 +030035 select CRC7
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
Luciano Coelho248daa02010-12-15 16:10:12 +020055config WL12XX_SDIO_TEST
56 tristate "TI wl12xx SDIO testing support"
Randy Dunlap0aec5162011-02-18 17:25:36 -080057 depends on WL12XX && MMC && WL12XX_SDIO
Luciano Coelho248daa02010-12-15 16:10:12 +020058 default n
Roger Quadrosb69eb802010-12-01 11:58:54 +020059 ---help---
60 This module adds support for the SDIO bus testing with the
Luciano Coelho248daa02010-12-15 16:10:12 +020061 TI wl12xx chipsets. You probably don't want this unless you are
62 testing a new hardware platform. Select this if you want to test the
63 SDIO bus which is connected to the wl12xx chip.
Roger Quadrosb69eb802010-12-01 11:58:54 +020064
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020065config WL12XX_PLATFORM_DATA
66 bool
Shahar Levi00d20102010-11-08 11:20:10 +000067 depends on WL12XX_SDIO != n || WL1251_SDIO != n
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020068 default y