xref: /linux/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1# SPDX-License-Identifier: GPL-2.0-only
2config MT7603E
3	tristate "MediaTek MT7603E (PCIe) and MT76x8 WLAN support"
4	select MT76_CORE
5	depends on MAC80211
6	depends on PCI
7	help
8	  This adds support for MT7603E wireless PCIe devices and the WLAN core on
9	  MT7628/MT7688 SoC devices
10
11