Kalle Valo | c5ce901 | 2009-06-12 14:17:06 +0300 | [diff] [blame] | 1 | menuconfig WL12XX |
Randy Dunlap | 018ae37 | 2009-09-17 14:17:56 -0700 | [diff] [blame] | 2 | tristate "TI wl12xx driver support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 3 | depends on MAC80211 && EXPERIMENTAL |
Kalle Valo | c5ce901 | 2009-06-12 14:17:06 +0300 | [diff] [blame] | 4 | ---help--- |
| 5 | This will enable TI wl12xx driver support. The drivers make |
| 6 | use of the mac80211 stack. |
| 7 | |
Luciano Coelho | 30d742d | 2009-08-06 16:25:29 +0300 | [diff] [blame] | 8 | config WL1271 |
| 9 | tristate "TI wl1271 support" |
Luciano Coelho | f820bc1 | 2010-05-24 11:18:18 +0300 | [diff] [blame] | 10 | depends on WL12XX && GENERIC_HARDIRQS |
John W. Linville | 3c6af5b | 2009-11-02 13:43:32 -0500 | [diff] [blame] | 11 | depends on INET |
Luciano Coelho | 30d742d | 2009-08-06 16:25:29 +0300 | [diff] [blame] | 12 | 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 Paasikivi | 50b3eb4 | 2010-02-22 08:38:26 +0200 | [diff] [blame] | 20 | |
Shahar Levi | 1835785 | 2010-10-13 16:09:41 +0200 | [diff] [blame^] | 21 | config 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 Paasikivi | 50b3eb4 | 2010-02-22 08:38:26 +0200 | [diff] [blame] | 31 | config WL1271_SPI |
Teemu Paasikivi | 7c3c76a | 2010-03-10 13:22:31 +0200 | [diff] [blame] | 32 | tristate "TI wl1271 SPI support" |
Teemu Paasikivi | 50b3eb4 | 2010-02-22 08:38:26 +0200 | [diff] [blame] | 33 | 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 Paasikivi | 5129dff | 2010-02-22 08:38:27 +0200 | [diff] [blame] | 42 | config WL1271_SDIO |
| 43 | tristate "TI wl1271 SDIO support" |
Ohad Ben-Cohen | 19b8717 | 2010-05-13 12:43:24 +0300 | [diff] [blame] | 44 | depends on WL1271 && MMC |
Teemu Paasikivi | 5129dff | 2010-02-22 08:38:27 +0200 | [diff] [blame] | 45 | ---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-Cohen | 61ee700 | 2010-09-16 01:31:12 +0200 | [diff] [blame] | 53 | config WL12XX_PLATFORM_DATA |
| 54 | bool |
| 55 | depends on WL1271_SDIO != n |
| 56 | default y |