2009-06-12 11:17:06 +00:00
|
|
|
menuconfig WL12XX
|
2009-09-17 21:17:56 +00:00
|
|
|
tristate "TI wl12xx driver support"
|
2009-10-28 20:29:30 +00:00
|
|
|
depends on MAC80211 && EXPERIMENTAL
|
2009-06-12 11:17:06 +00:00
|
|
|
---help---
|
|
|
|
This will enable TI wl12xx driver support. The drivers make
|
|
|
|
use of the mac80211 stack.
|
|
|
|
|
2009-08-06 13:25:29 +00:00
|
|
|
config WL1271
|
|
|
|
tristate "TI wl1271 support"
|
2010-05-24 08:18:18 +00:00
|
|
|
depends on WL12XX && GENERIC_HARDIRQS
|
2009-11-02 18:43:32 +00:00
|
|
|
depends on INET
|
2009-08-06 13:25:29 +00: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 06:38:26 +00:00
|
|
|
|
2010-10-13 14:09:41 +00:00
|
|
|
config WL1271_HT
|
|
|
|
bool "TI wl1271 802.11 HT support (EXPERIMENTAL)"
|
|
|
|
depends on WL1271 && EXPERIMENTAL
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
This will enable 802.11 HT support for TI wl1271 chipset.
|
|
|
|
|
|
|
|
That configuration is temporary due to the code incomplete and
|
|
|
|
still in testing process.
|
|
|
|
|
2010-02-22 06:38:26 +00:00
|
|
|
config WL1271_SPI
|
2010-03-10 11:22:31 +00:00
|
|
|
tristate "TI wl1271 SPI support"
|
2010-02-22 06:38:26 +00: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 06:38:27 +00:00
|
|
|
config WL1271_SDIO
|
|
|
|
tristate "TI wl1271 SDIO support"
|
2010-05-13 09:43:24 +00:00
|
|
|
depends on WL1271 && MMC
|
2010-02-22 06:38:27 +00: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.
|
|
|
|
|
2010-09-15 23:31:12 +00:00
|
|
|
config WL12XX_PLATFORM_DATA
|
|
|
|
bool
|
2010-11-03 22:13:49 +00:00
|
|
|
depends on WL1271_SDIO != n || WL1251_SDIO != n
|
2010-09-15 23:31:12 +00:00
|
|
|
default y
|