mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 04:47:42 +07:00
bd842171a8
Rename WL_TI to WLAN_VENDOR_TI to match with other vendor configs and make sure that it's enabled by default in new configs. Convert menuconfigs to regular configs to unify the wireless drivers menuconfig. Part of reorganising wireless drivers directory and Kconfig. Also remove WLCORE dependency to WL_TI. It should not be needed as WLCORE is already under if WLAN_VENDOR_TI. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
29 lines
922 B
Makefile
29 lines
922 B
Makefile
#
|
|
# Makefile for the Linux Wireless network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_WLAN_VENDOR_ADMTEK) += admtek/
|
|
obj-$(CONFIG_WLAN_VENDOR_ATMEL) += atmel/
|
|
obj-$(CONFIG_WLAN_VENDOR_BROADCOM) += broadcom/
|
|
obj-$(CONFIG_WLAN_VENDOR_CISCO) += cisco/
|
|
obj-$(CONFIG_WLAN_VENDOR_INTEL) += intel/
|
|
obj-$(CONFIG_WLAN_VENDOR_INTERSIL) += intersil/
|
|
obj-$(CONFIG_WLAN_VENDOR_MARVELL) += marvell/
|
|
obj-$(CONFIG_WLAN_VENDOR_MEDIATEK) += mediatek/
|
|
obj-$(CONFIG_WLAN_VENDOR_RALINK) += ralink/
|
|
obj-$(CONFIG_WLAN_VENDOR_REALTEK) += realtek/
|
|
obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/
|
|
obj-$(CONFIG_WLAN_VENDOR_ST) += st/
|
|
obj-$(CONFIG_WLAN_VENDOR_TI) += ti/
|
|
obj-$(CONFIG_WLAN_VENDOR_ZYDAS) += zydas/
|
|
|
|
# 16-bit wireless PCMCIA client drivers
|
|
obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o
|
|
obj-$(CONFIG_PCMCIA_WL3501) += wl3501_cs.o
|
|
|
|
obj-$(CONFIG_USB_NET_RNDIS_WLAN) += rndis_wlan.o
|
|
|
|
obj-$(CONFIG_ATH_CARDS) += ath/
|
|
|
|
obj-$(CONFIG_MAC80211_HWSIM) += mac80211_hwsim.o
|