2009-06-12 14:17:06 +03:00
|
|
|
menuconfig WL12XX
|
2009-09-17 14:17:56 -07:00
|
|
|
tristate "TI wl12xx driver support"
|
2009-10-28 16:29:30 -04:00
|
|
|
depends on MAC80211 && EXPERIMENTAL
|
2009-06-12 14:17:06 +03: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 13:33:34 +03:00
|
|
|
depends on WL12XX && GENERIC_HARDIRQS
|
2009-04-29 23:33:31 +03:00
|
|
|
select FW_LOADER
|
|
|
|
select CRC7
|
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on
|
2009-06-12 14:17:06 +03:00
|
|
|
TI wl1251 chipset.
|
2009-04-29 23:33:31 +03:00
|
|
|
|
2009-08-07 13:33:34 +03: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 16:25:29 +03:00
|
|
|
|
2009-08-07 13:33:42 +03: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 16:25:29 +03:00
|
|
|
config WL1271
|
|
|
|
tristate "TI wl1271 support"
|
2010-05-24 11:18:18 +03:00
|
|
|
depends on WL12XX && GENERIC_HARDIRQS
|
2009-11-02 13:43:32 -05:00
|
|
|
depends on INET
|
2009-08-06 16:25:29 +03: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 08:38:26 +02:00
|
|
|
|
|
|
|
config WL1271_SPI
|
2010-03-10 13:22:31 +02:00
|
|
|
tristate "TI wl1271 SPI support"
|
2010-02-22 08:38:26 +02: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 08:38:27 +02:00
|
|
|
config WL1271_SDIO
|
|
|
|
tristate "TI wl1271 SDIO support"
|
2010-05-13 12:43:24 +03:00
|
|
|
depends on WL1271 && MMC
|
2010-02-22 08:38:27 +02: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.
|
|
|
|
|
|
|
|
|