2009-06-12 18:17:06 +07:00
|
|
|
menuconfig WL12XX
|
2009-09-18 04:17:56 +07:00
|
|
|
tristate "TI wl12xx driver support"
|
2009-10-29 03:29:30 +07:00
|
|
|
depends on MAC80211 && EXPERIMENTAL
|
2009-06-12 18:17:06 +07:00
|
|
|
---help---
|
|
|
|
This will enable TI wl12xx driver support. The drivers make
|
|
|
|
use of the mac80211 stack.
|
|
|
|
|
|
|
|
config WL1251
|
|
|
|
tristate "TI wl1251 support"
|
2009-08-07 17:33:34 +07:00
|
|
|
depends on WL12XX && GENERIC_HARDIRQS
|
2009-04-30 03:33:31 +07:00
|
|
|
select FW_LOADER
|
|
|
|
select CRC7
|
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on
|
2009-06-12 18:17:06 +07:00
|
|
|
TI wl1251 chipset.
|
2009-04-30 03:33:31 +07:00
|
|
|
|
2009-08-07 17:33:34 +07:00
|
|
|
If you choose to build a module, it'll be called wl1251. Say
|
|
|
|
N if unsure.
|
|
|
|
|
|
|
|
config WL1251_SPI
|
|
|
|
tristate "TI wl1251 SPI support"
|
|
|
|
depends on WL1251 && SPI_MASTER
|
|
|
|
---help---
|
|
|
|
This module adds support for the SPI interface of adapters using
|
|
|
|
TI wl1251 chipset. Select this if your platform is using
|
|
|
|
the SPI bus.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called wl1251_spi.
|
|
|
|
Say N if unsure.
|
2009-08-06 20:25:29 +07:00
|
|
|
|
2009-08-07 17:33:42 +07:00
|
|
|
config WL1251_SDIO
|
|
|
|
tristate "TI wl1251 SDIO support"
|
|
|
|
depends on WL1251 && MMC
|
|
|
|
---help---
|
|
|
|
This module adds support for the SDIO interface of adapters using
|
|
|
|
TI wl1251 chipset. Select this if your platform is using
|
|
|
|
the SDIO bus.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called
|
|
|
|
wl1251_sdio. Say N if unsure.
|
|
|
|
|
2009-08-06 20:25:29 +07:00
|
|
|
config WL1271
|
|
|
|
tristate "TI wl1271 support"
|
|
|
|
depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
|
2009-11-03 01:43:32 +07:00
|
|
|
depends on INET
|
2009-08-06 20:25:29 +07:00
|
|
|
select FW_LOADER
|
|
|
|
select CRC7
|
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on the
|
|
|
|
TI wl1271 chipset.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called wl1271. Say N if
|
|
|
|
unsure.
|
2010-02-22 13:38:26 +07:00
|
|
|
|
|
|
|
config WL1271_SPI
|
2010-03-10 18:22:31 +07:00
|
|
|
tristate "TI wl1271 SPI support"
|
2010-02-22 13:38:26 +07:00
|
|
|
depends on WL1271 && SPI_MASTER
|
|
|
|
---help---
|
|
|
|
This module adds support for the SPI interface of adapters using
|
|
|
|
TI wl1271 chipset. Select this if your platform is using
|
|
|
|
the SPI bus.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called wl1251_spi.
|
|
|
|
Say N if unsure.
|
|
|
|
|
2010-02-22 13:38:27 +07:00
|
|
|
config WL1271_SDIO
|
|
|
|
tristate "TI wl1271 SDIO support"
|
2010-03-10 18:22:31 +07:00
|
|
|
depends on WL1271 && MMC && ARM
|
2010-02-22 13:38:27 +07:00
|
|
|
---help---
|
|
|
|
This module adds support for the SDIO interface of adapters using
|
|
|
|
TI wl1271 chipset. Select this if your platform is using
|
|
|
|
the SDIO bus.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called
|
|
|
|
wl1271_sdio. Say N if unsure.
|
|
|
|
|
|
|
|
|