18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig WLAN_VENDOR_TI 38c2ecf20Sopenharmony_ci bool "Texas Instrument devices" 48c2ecf20Sopenharmony_ci default y 58c2ecf20Sopenharmony_ci help 68c2ecf20Sopenharmony_ci If you have a wireless card belonging to this class, say Y. 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci Note that the answer to this question doesn't directly affect the 98c2ecf20Sopenharmony_ci kernel: saying N will just cause the configurator to skip all the 108c2ecf20Sopenharmony_ci questions about these cards. If you say Y, you will be asked for 118c2ecf20Sopenharmony_ci your specific card in the following questions. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciif WLAN_VENDOR_TI 148c2ecf20Sopenharmony_cisource "drivers/net/wireless/ti/wl1251/Kconfig" 158c2ecf20Sopenharmony_cisource "drivers/net/wireless/ti/wl12xx/Kconfig" 168c2ecf20Sopenharmony_cisource "drivers/net/wireless/ti/wl18xx/Kconfig" 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci# keep last for automatic dependencies 198c2ecf20Sopenharmony_cisource "drivers/net/wireless/ti/wlcore/Kconfig" 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ciconfig WILINK_PLATFORM_DATA 228c2ecf20Sopenharmony_ci bool "TI WiLink platform data" 238c2ecf20Sopenharmony_ci depends on WLCORE_SDIO || WL1251_SDIO 248c2ecf20Sopenharmony_ci default y 258c2ecf20Sopenharmony_ci help 268c2ecf20Sopenharmony_ci Small platform data bit needed to pass data to the sdio modules. 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci 298c2ecf20Sopenharmony_ciendif # WLAN_VENDOR_TI 30