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.
|
|
|
|
|
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
|
|
|
|
2010-10-13 16:09:41 +02: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 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.
|
|
|
|
|
2010-09-16 01:31:12 +02:00
|
|
|
config WL12XX_PLATFORM_DATA
|
|
|
|
bool
|
2010-11-04 00:13:49 +02:00
|
|
|
depends on WL1271_SDIO != n || WL1251_SDIO != n
|
2010-09-16 01:31:12 +02:00
|
|
|
default y
|