0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_MEDIATEK
0003 bool "MediaTek devices"
0004 default y
0005 help
0006 If you have a wireless card belonging to this class, say Y.
0007
0008 Note that the answer to this question doesn't directly affect the
0009 kernel: saying N will just cause the configurator to skip all the
0010 questions about these cards. If you say Y, you will be asked for
0011 your specific card in the following questions.
0012
0013 if WLAN_VENDOR_MEDIATEK
0014 source "drivers/net/wireless/mediatek/mt7601u/Kconfig"
0015 source "drivers/net/wireless/mediatek/mt76/Kconfig"
0016 endif # WLAN_VENDOR_MEDIATEK