Kalle Valo | 9bc6772 | 2010-10-10 11:28:32 +0300 | [diff] [blame] | 1 | menuconfig WL1251 |
| 2 | tristate "TI wl1251 driver support" |
| 3 | depends on MAC80211 && EXPERIMENTAL && GENERIC_HARDIRQS |
| 4 | select FW_LOADER |
| 5 | select CRC7 |
| 6 | ---help--- |
| 7 | This will enable TI wl1251 driver support. The drivers make |
| 8 | use of the mac80211 stack. |
| 9 | |
| 10 | If you choose to build a module, it'll be called wl1251. Say |
| 11 | N if unsure. |
| 12 | |
| 13 | config WL1251_SPI |
| 14 | tristate "TI wl1251 SPI support" |
| 15 | depends on WL1251 && SPI_MASTER |
| 16 | ---help--- |
| 17 | This module adds support for the SPI interface of adapters using |
| 18 | TI wl1251 chipset. Select this if your platform is using |
| 19 | the SPI bus. |
| 20 | |
| 21 | If you choose to build a module, it'll be called wl1251_spi. |
| 22 | Say N if unsure. |
| 23 | |
| 24 | config WL1251_SDIO |
| 25 | tristate "TI wl1251 SDIO support" |
| 26 | depends on WL1251 && MMC |
| 27 | ---help--- |
| 28 | This module adds support for the SDIO interface of adapters using |
| 29 | TI wl1251 chipset. Select this if your platform is using |
| 30 | the SDIO bus. |
| 31 | |
| 32 | If you choose to build a module, it'll be called |
| 33 | wl1251_sdio. Say N if unsure. |