2011-11-20 23:32:10 +02:00
|
|
|
config WLCORE
|
|
|
|
|
tristate "TI wlcore support"
|
2013-08-30 09:39:53 +02:00
|
|
|
depends on WL_TI && MAC80211
|
2009-08-06 16:25:29 +03:00
|
|
|
select FW_LOADER
|
|
|
|
|
---help---
|
2011-11-20 23:32:10 +02: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 16:25:29 +03:00
|
|
|
|
2011-11-20 23:32:10 +02:00
|
|
|
If you choose to build a module, it will be called wlcore. Say N if
|
2009-08-06 16:25:29 +03:00
|
|
|
unsure.
|
2010-02-22 08:38:26 +02:00
|
|
|
|
2011-11-20 23:32:10 +02:00
|
|
|
config WLCORE_SPI
|
|
|
|
|
tristate "TI wlcore SPI support"
|
|
|
|
|
depends on WLCORE && SPI_MASTER
|
2011-05-18 11:24:16 +03:00
|
|
|
select CRC7
|
2010-02-22 08:38:26 +02:00
|
|
|
---help---
|
|
|
|
|
This module adds support for the SPI interface of adapters using
|
2011-11-20 23:32:10 +02:00
|
|
|
TI WLAN chipsets. Select this if your platform is using
|
2010-02-22 08:38:26 +02:00
|
|
|
the SPI bus.
|
|
|
|
|
|
2011-11-20 23:32:10 +02:00
|
|
|
If you choose to build a module, it'll be called wlcore_spi.
|
2010-02-22 08:38:26 +02:00
|
|
|
Say N if unsure.
|
|
|
|
|
|
2011-11-20 23:32:10 +02:00
|
|
|
config WLCORE_SDIO
|
|
|
|
|
tristate "TI wlcore SDIO support"
|
|
|
|
|
depends on WLCORE && MMC
|
2010-02-22 08:38:27 +02:00
|
|
|
---help---
|
|
|
|
|
This module adds support for the SDIO interface of adapters using
|
2011-11-20 23:32:10 +02:00
|
|
|
TI WLAN chipsets. Select this if your platform is using
|
2010-02-22 08:38:27 +02:00
|
|
|
the SDIO bus.
|
|
|
|
|
|
2011-11-20 23:32:10 +02:00
|
|
|
If you choose to build a module, it'll be called wlcore_sdio.
|
2010-11-08 11:20:10 +00:00
|
|
|
Say N if unsure.
|