2011-11-20 12: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-20 14:32:10 -07:00
|
|
|
source "drivers/net/wireless/ti/wl12xx/Kconfig"
|
2012-05-10 02:13:06 -07:00
|
|
|
source "drivers/net/wireless/ti/wl18xx/Kconfig"
|
2011-11-20 14:32:10 -07:00
|
|
|
|
|
|
|
# keep last for automatic dependencies
|
2011-12-02 06:52:19 -07:00
|
|
|
source "drivers/net/wireless/ti/wlcore/Kconfig"
|
2011-11-20 12:40:41 -07:00
|
|
|
endif # WL_TI
|