Kconfig (90921014608d91a03766d0025fa32662dc7c5062) | Kconfig (7b3115f265de1b669b757f3802b67c9a7f146223) |
---|---|
1menuconfig WL_TI 2 bool "TI Wireless LAN support" 3 ---help--- 4 This section contains support for all the wireless drivers 5 for Texas Instruments WLAN chips, such as wl1251 and the wl12xx 6 family. 7 8if WL_TI 9source "drivers/net/wireless/ti/wl1251/Kconfig" | 1menuconfig WL_TI 2 bool "TI Wireless LAN support" 3 ---help--- 4 This section contains support for all the wireless drivers 5 for Texas Instruments WLAN chips, such as wl1251 and the wl12xx 6 family. 7 8if WL_TI 9source "drivers/net/wireless/ti/wl1251/Kconfig" |
10source "drivers/net/wireless/ti/wl12xx/Kconfig" | 10source "drivers/net/wireless/ti/wlcore/Kconfig" |
11endif # WL_TI | 11endif # WL_TI |