From bf2c48fa1a6e068f232d84aae43b5dad654a9017 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 20 Jun 2022 08:07:49 -0400 Subject: Convert CONFIG_PCI_GT64120 to Kconfig This converts the following to Kconfig: CONFIG_PCI_GT64120 Signed-off-by: Tom Rini --- drivers/pci/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/pci') diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f4c4aece58..0ef5c29233 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -101,6 +101,10 @@ config PCIE_ECAM_SYNQUACER Note that this must be configured when boot because Linux driver expects the PCIe RC has been configured in the bootloader. +config PCI_GT64120 + bool "GT64120 PCI support" + depends on MIPS + config PCI_PHYTIUM bool "Phytium PCIe support" help -- cgit v1.2.3