2009-06-12 19:17:06 +08:00
|
|
|
menuconfig WL12XX
|
|
|
|
boolean "TI wl12xx driver support"
|
|
|
|
depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
|
|
|
|
---help---
|
|
|
|
This will enable TI wl12xx driver support. The drivers make
|
|
|
|
use of the mac80211 stack.
|
|
|
|
|
|
|
|
config WL1251
|
|
|
|
tristate "TI wl1251 support"
|
|
|
|
depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
|
2009-04-30 04:33:31 +08:00
|
|
|
select FW_LOADER
|
|
|
|
select CRC7
|
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on
|
2009-06-12 19:17:06 +08:00
|
|
|
TI wl1251 chipset.
|
2009-04-30 04:33:31 +08:00
|
|
|
|
2009-06-12 19:17:06 +08:00
|
|
|
If you choose to build a module, it'll be called wl1251. Say N if
|
2009-04-30 04:33:31 +08:00
|
|
|
unsure.
|
2009-08-06 21:25:29 +08:00
|
|
|
|
|
|
|
config WL1271
|
|
|
|
tristate "TI wl1271 support"
|
|
|
|
depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
|
|
|
|
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.
|