2011-11-21 02:40:41 +07:00
|
|
|
menuconfig WL_TI
|
|
|
|
bool "TI Wireless LAN support"
|
|
|
|
---help---
|
|
|
|
This section contains support for all the wireless drivers
|
|
|
|
for Texas Instruments WLAN chips, such as wl1251 and the wl12xx
|
|
|
|
family.
|
|
|
|
|
|
|
|
if WL_TI
|
|
|
|
source "drivers/net/wireless/ti/wl1251/Kconfig"
|
2011-11-21 04:32:10 +07:00
|
|
|
source "drivers/net/wireless/ti/wl12xx/Kconfig"
|
2012-05-10 16:13:06 +07:00
|
|
|
source "drivers/net/wireless/ti/wl18xx/Kconfig"
|
2011-11-21 04:32:10 +07:00
|
|
|
|
|
|
|
# keep last for automatic dependencies
|
2011-12-02 20:52:19 +07:00
|
|
|
source "drivers/net/wireless/ti/wlcore/Kconfig"
|
2013-01-25 17:05:34 +07:00
|
|
|
|
|
|
|
config WILINK_PLATFORM_DATA
|
|
|
|
bool "TI WiLink platform data"
|
|
|
|
depends on WLCORE_SDIO || WL1251_SDIO
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Small platform data bit needed to pass data to the sdio modules.
|
|
|
|
|
|
|
|
|
2011-11-21 02:40:41 +07:00
|
|
|
endif # WL_TI
|