blob: af08c8609c63a65a0561364fdf4e9284d974248e [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_SPI
23 tristate "TI wl12xx SPI support"
24 depends on WL12XX && SPI_MASTER
Eliad Pellera0111302011-05-18 11:24:16 +030025 select CRC7
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020026 ---help---
27 This module adds support for the SPI interface of adapters using
Shahar Levi00d20102010-11-08 11:20:10 +000028 TI wl12xx chipsets. Select this if your platform is using
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020029 the SPI bus.
30
Shahar Levi00d20102010-11-08 11:20:10 +000031 If you choose to build a module, it'll be called wl12xx_spi.
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020032 Say N if unsure.
33
Shahar Levi00d20102010-11-08 11:20:10 +000034config WL12XX_SDIO
35 tristate "TI wl12xx SDIO support"
36 depends on WL12XX && MMC
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020037 ---help---
38 This module adds support for the SDIO interface of adapters using
Shahar Levi00d20102010-11-08 11:20:10 +000039 TI wl12xx chipsets. Select this if your platform is using
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020040 the SDIO bus.
41
Shahar Levi00d20102010-11-08 11:20:10 +000042 If you choose to build a module, it'll be called wl12xx_sdio.
43 Say N if unsure.
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020044
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020045config WL12XX_PLATFORM_DATA
46 bool
Shahar Levi00d20102010-11-08 11:20:10 +000047 depends on WL12XX_SDIO != n || WL1251_SDIO != n
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020048 default y