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 | |
| 8 | config WL1251 |
| 9 | tristate "TI wl1251 support" |
Bob Copeland | af8c78e | 2009-08-07 13:33:34 +0300 | [diff] [blame] | 10 | depends on WL12XX && GENERIC_HARDIRQS |
Kalle Valo | 2f01a1f | 2009-04-29 23:33:31 +0300 | [diff] [blame] | 11 | select FW_LOADER |
| 12 | select CRC7 |
| 13 | ---help--- |
| 14 | This module adds support for wireless adapters based on |
Kalle Valo | c5ce901 | 2009-06-12 14:17:06 +0300 | [diff] [blame] | 15 | TI wl1251 chipset. |
Kalle Valo | 2f01a1f | 2009-04-29 23:33:31 +0300 | [diff] [blame] | 16 | |
Bob Copeland | af8c78e | 2009-08-07 13:33:34 +0300 | [diff] [blame] | 17 | If you choose to build a module, it'll be called wl1251. Say |
| 18 | N if unsure. |
| 19 | |
| 20 | config WL1251_SPI |
| 21 | tristate "TI wl1251 SPI support" |
| 22 | depends on WL1251 && SPI_MASTER |
| 23 | ---help--- |
| 24 | This module adds support for the SPI interface of adapters using |
| 25 | TI wl1251 chipset. Select this if your platform is using |
| 26 | the SPI bus. |
| 27 | |
| 28 | If you choose to build a module, it'll be called wl1251_spi. |
| 29 | Say N if unsure. |
Luciano Coelho | 30d742d | 2009-08-06 16:25:29 +0300 | [diff] [blame] | 30 | |
Bob Copeland | 3ec410d | 2009-08-07 13:33:42 +0300 | [diff] [blame] | 31 | config WL1251_SDIO |
| 32 | tristate "TI wl1251 SDIO support" |
| 33 | depends on WL1251 && MMC |
| 34 | ---help--- |
| 35 | This module adds support for the SDIO interface of adapters using |
| 36 | TI wl1251 chipset. Select this if your platform is using |
| 37 | the SDIO bus. |
| 38 | |
| 39 | If you choose to build a module, it'll be called |
| 40 | wl1251_sdio. Say N if unsure. |
| 41 | |
Luciano Coelho | 30d742d | 2009-08-06 16:25:29 +0300 | [diff] [blame] | 42 | config WL1271 |
| 43 | tristate "TI wl1271 support" |
Luciano Coelho | f820bc1 | 2010-05-24 11:18:18 +0300 | [diff] [blame] | 44 | depends on WL12XX && GENERIC_HARDIRQS |
John W. Linville | 3c6af5b | 2009-11-02 13:43:32 -0500 | [diff] [blame] | 45 | depends on INET |
Luciano Coelho | 30d742d | 2009-08-06 16:25:29 +0300 | [diff] [blame] | 46 | select FW_LOADER |
| 47 | select CRC7 |
| 48 | ---help--- |
| 49 | This module adds support for wireless adapters based on the |
| 50 | TI wl1271 chipset. |
| 51 | |
| 52 | If you choose to build a module, it'll be called wl1271. Say N if |
| 53 | unsure. |
Teemu Paasikivi | 50b3eb4 | 2010-02-22 08:38:26 +0200 | [diff] [blame] | 54 | |
| 55 | config WL1271_SPI |
Teemu Paasikivi | 7c3c76a | 2010-03-10 13:22:31 +0200 | [diff] [blame] | 56 | tristate "TI wl1271 SPI support" |
Teemu Paasikivi | 50b3eb4 | 2010-02-22 08:38:26 +0200 | [diff] [blame] | 57 | depends on WL1271 && SPI_MASTER |
| 58 | ---help--- |
| 59 | This module adds support for the SPI interface of adapters using |
| 60 | TI wl1271 chipset. Select this if your platform is using |
| 61 | the SPI bus. |
| 62 | |
| 63 | If you choose to build a module, it'll be called wl1251_spi. |
| 64 | Say N if unsure. |
| 65 | |
Teemu Paasikivi | 5129dff | 2010-02-22 08:38:27 +0200 | [diff] [blame] | 66 | config WL1271_SDIO |
| 67 | tristate "TI wl1271 SDIO support" |
Ohad Ben-Cohen | 19b8717 | 2010-05-13 12:43:24 +0300 | [diff] [blame] | 68 | depends on WL1271 && MMC |
Teemu Paasikivi | 5129dff | 2010-02-22 08:38:27 +0200 | [diff] [blame] | 69 | ---help--- |
| 70 | This module adds support for the SDIO interface of adapters using |
| 71 | TI wl1271 chipset. Select this if your platform is using |
| 72 | the SDIO bus. |
| 73 | |
| 74 | If you choose to build a module, it'll be called |
| 75 | wl1271_sdio. Say N if unsure. |
| 76 | |
| 77 | |