1# SPDX-License-Identifier: GPL-2.0
2config PCI_MT7621
3	tristate "MediaTek MT7621 PCI Controller"
4	depends on RALINK
5	depends on PCI
6	select PCI_DRIVERS_GENERIC
7	help
8	  This selects a driver for the MediaTek MT7621 PCI Controller.
9
10