2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-11-18 10:27:43 +02:00
|
|
|
config WLAN_VENDOR_TI
|
|
|
|
bool "Texas Instrument devices"
|
|
|
|
default y
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2015-11-18 10:27:43 +02: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-02 18:03:30 -08: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 10:27:43 +02:00
|
|
|
your specific card in the following questions.
|
2011-11-20 21:40:41 +02:00
|
|
|
|
2015-11-18 10:27:43 +02:00
|
|
|
if WLAN_VENDOR_TI
|
2011-11-20 21:40:41 +02:00
|
|
|
source "drivers/net/wireless/ti/wl1251/Kconfig"
|
2011-11-20 23:32:10 +02:00
|
|
|
source "drivers/net/wireless/ti/wl12xx/Kconfig"
|
2012-05-10 12:13:06 +03:00
|
|
|
source "drivers/net/wireless/ti/wl18xx/Kconfig"
|
2011-11-20 23:32:10 +02:00
|
|
|
|
|
|
|
# keep last for automatic dependencies
|
2011-12-02 15:52:19 +02:00
|
|
|
source "drivers/net/wireless/ti/wlcore/Kconfig"
|
2013-01-25 12:05:34 +02:00
|
|
|
|
|
|
|
config WILINK_PLATFORM_DATA
|
|
|
|
bool "TI WiLink platform data"
|
|
|
|
depends on WLCORE_SDIO || WL1251_SDIO
|
|
|
|
default y
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2013-01-25 12:05:34 +02:00
|
|
|
Small platform data bit needed to pass data to the sdio modules.
|
|
|
|
|
|
|
|
|
2015-11-18 10:27:43 +02:00
|
|
|
endif # WLAN_VENDOR_TI
|