2011-11-21 05:32:10 +08:00
|
|
|
config WLCORE
|
|
|
|
tristate "TI wlcore support"
|
2012-04-17 03:51:39 +08:00
|
|
|
depends on WL_TI && GENERIC_HARDIRQS && MAC80211
|
2009-08-06 21:25:29 +08:00
|
|
|
select FW_LOADER
|
|
|
|
---help---
|
2011-11-21 05:32:10 +08:00
|
|
|
This module contains the main code for TI WLAN chips. It abstracts
|
|
|
|
hardware-specific differences among different chipset families.
|
|
|
|
Each chipset family needs to implement its own lower-level module
|
|
|
|
that will depend on this module for the common code.
|
2009-08-06 21:25:29 +08:00
|
|
|
|
2011-11-21 05:32:10 +08:00
|
|
|
If you choose to build a module, it will be called wlcore. Say N if
|
2009-08-06 21:25:29 +08:00
|
|
|
unsure.
|
2010-02-22 14:38:26 +08:00
|
|
|
|
2011-11-21 05:32:10 +08:00
|
|
|
config WLCORE_SPI
|
|
|
|
tristate "TI wlcore SPI support"
|
|
|
|
depends on WLCORE && SPI_MASTER
|
2011-05-18 16:24:16 +08:00
|
|
|
select CRC7
|
2010-02-22 14:38:26 +08:00
|
|
|
---help---
|
|
|
|
This module adds support for the SPI interface of adapters using
|
2011-11-21 05:32:10 +08:00
|
|
|
TI WLAN chipsets. Select this if your platform is using
|
2010-02-22 14:38:26 +08:00
|
|
|
the SPI bus.
|
|
|
|
|
2011-11-21 05:32:10 +08:00
|
|
|
If you choose to build a module, it'll be called wlcore_spi.
|
2010-02-22 14:38:26 +08:00
|
|
|
Say N if unsure.
|
|
|
|
|
2011-11-21 05:32:10 +08:00
|
|
|
config WLCORE_SDIO
|
|
|
|
tristate "TI wlcore SDIO support"
|
|
|
|
depends on WLCORE && MMC
|
2010-02-22 14:38:27 +08:00
|
|
|
---help---
|
|
|
|
This module adds support for the SDIO interface of adapters using
|
2011-11-21 05:32:10 +08:00
|
|
|
TI WLAN chipsets. Select this if your platform is using
|
2010-02-22 14:38:27 +08:00
|
|
|
the SDIO bus.
|
|
|
|
|
2011-11-21 05:32:10 +08:00
|
|
|
If you choose to build a module, it'll be called wlcore_sdio.
|
2010-11-08 19:20:10 +08:00
|
|
|
Say N if unsure.
|
2010-02-22 14:38:27 +08:00
|
|
|
|
2010-09-16 07:31:12 +08:00
|
|
|
config WL12XX_PLATFORM_DATA
|
|
|
|
bool
|
2011-11-21 05:32:10 +08:00
|
|
|
depends on WLCORE_SDIO != n || WL1251_SDIO != n
|
2010-09-16 07:31:12 +08:00
|
|
|
default y
|