2015-11-18 15:27:43 +07:00
|
|
|
config WLAN_VENDOR_TI
|
|
|
|
bool "Texas Instrument devices"
|
|
|
|
default y
|
2011-11-21 02:40:41 +07:00
|
|
|
---help---
|
2015-11-18 15:27:43 +07:00
|
|
|
If you have a wireless card belonging to this class, say Y.
|
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
2018-03-03 09:03:30 +07:00
|
|
|
kernel: saying N will just cause the configurator to skip all the
|
|
|
|
questions about these cards. If you say Y, you will be asked for
|
2015-11-18 15:27:43 +07:00
|
|
|
your specific card in the following questions.
|
2011-11-21 02:40:41 +07:00
|
|
|
|
2015-11-18 15:27:43 +07:00
|
|
|
if WLAN_VENDOR_TI
|
2011-11-21 02:40:41 +07:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2015-11-18 15:27:43 +07:00
|
|
|
endif # WLAN_VENDOR_TI
|