config [31mCONFIG_WLAN_VENDOR_TI[0m bool "Texas Instrument devices" default y ---help--- If you have a wireless card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_WLAN_VENDOR_TI[0m source "drivers/net/wireless/ti/wl1251/Kconfig" source "drivers/net/wireless/ti/wl12xx/Kconfig" source "drivers/net/wireless/ti/wl18xx/Kconfig" # keep last for automatic dependencies source "drivers/net/wireless/ti/wlcore/Kconfig" config [31mCONFIG_WILINK_PLATFORM_DATA[0m bool "TI WiLink platform data" depends on [31mCONFIG_WLCORE_SDIO[0m || [31mCONFIG_WL1251_SDIO[0m default y ---help--- Small platform data bit needed to pass data to the sdio modules. endif # [31mCONFIG_WLAN_VENDOR_TI[0m |