0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_TI
0003 bool "Texas Instrument devices"
0004 default y
0005 help
0006 If you have a wireless card belonging to this class, say Y.
0007
0008 Note that the answer to this question doesn't directly affect the
0009 kernel: saying N will just cause the configurator to skip all the
0010 questions about these cards. If you say Y, you will be asked for
0011 your specific card in the following questions.
0012
0013 if WLAN_VENDOR_TI
0014 source "drivers/net/wireless/ti/wl1251/Kconfig"
0015 source "drivers/net/wireless/ti/wl12xx/Kconfig"
0016 source "drivers/net/wireless/ti/wl18xx/Kconfig"
0017
0018 # keep last for automatic dependencies
0019 source "drivers/net/wireless/ti/wlcore/Kconfig"
0020
0021 config WILINK_PLATFORM_DATA
0022 bool "TI WiLink platform data"
0023 depends on WLCORE_SDIO || WL1251_SDIO
0024 default y
0025 help
0026 Small platform data bit needed to pass data to the sdio modules.
0027
0028
0029 endif # WLAN_VENDOR_TI