mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 12:47:47 -04:00
Jeff Chen says: =============== wifi: nxp: patches for wireless-next In nxpwifi, introduce initial driver support for NXP IW61x Wi-Fi chipsets. The driver supports 802.11ac/ax, SDIO interface, Station and uAP modes. =============== [list the full vendor directory in MAINTAINERS] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
28 lines
1010 B
Makefile
28 lines
1010 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Linux Wireless network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_WLAN_VENDOR_ADMTEK) += admtek/
|
|
obj-$(CONFIG_WLAN_VENDOR_ATH) += ath/
|
|
obj-$(CONFIG_WLAN_VENDOR_ATMEL) += atmel/
|
|
obj-$(CONFIG_WLAN_VENDOR_BROADCOM) += broadcom/
|
|
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_MICROCHIP) += microchip/
|
|
obj-$(CONFIG_WLAN_VENDOR_MORSEMICRO) += morsemicro/
|
|
obj-$(CONFIG_WLAN_VENDOR_NXP) += nxp/
|
|
obj-$(CONFIG_WLAN_VENDOR_PURELIFI) += purelifi/
|
|
obj-$(CONFIG_WLAN_VENDOR_QUANTENNA) += quantenna/
|
|
obj-$(CONFIG_WLAN_VENDOR_RALINK) += ralink/
|
|
obj-$(CONFIG_WLAN_VENDOR_REALTEK) += realtek/
|
|
obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/
|
|
obj-$(CONFIG_WLAN_VENDOR_SILABS) += silabs/
|
|
obj-$(CONFIG_WLAN_VENDOR_ST) += st/
|
|
obj-$(CONFIG_WLAN_VENDOR_TI) += ti/
|
|
obj-$(CONFIG_WLAN_VENDOR_ZYDAS) += zydas/
|
|
|
|
obj-$(CONFIG_WLAN) += virtual/
|