2011-11-21 03:40:41 +08: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 05:32:10 +08:00
|
|
|
source "drivers/net/wireless/ti/wl12xx/Kconfig"
|
|
|
|
|
|
|
|
# keep last for automatic dependencies
|
2011-12-02 21:52:19 +08:00
|
|
|
source "drivers/net/wireless/ti/wlcore/Kconfig"
|
2011-11-21 03:40:41 +08:00
|
|
|
endif # WL_TI
|