mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 06:06:51 +07:00
9092101460
Move wl12xx and wl1251 modules into a new drivers/net/wireless/ti directory. Add a TI WLAN Kconfig option and Makefile to support this change. Signed-off-by: Luciano Coelho <coelho@ti.com> Cc: John W. Linville <linville@tuxdriver.com>
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
menuconfig WL_TI
|
|
bool "TI Wireless LAN support"
|
|
---help---
|
|
This section contains support for all the wireless drivers
|
|
for Texas Instruments WLAN chips, such as wl1251 and the wl12xx
|
|
family.
|
|
|
|
if WL_TI
|
|
source "drivers/net/wireless/ti/wl1251/Kconfig"
|
|
source "drivers/net/wireless/ti/wl12xx/Kconfig"
|
|
endif # WL_TI
|