summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 08:07:49 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:04:59 -0400
commitbf2c48fa1a6e068f232d84aae43b5dad654a9017 (patch)
tree4d81f3b79a014e7209c91fac68bb98fe05fb8675 /drivers/pci
parentf27bca4c27ef1503a85ad285a4a39c7c62fddc2d (diff)
Convert CONFIG_PCI_GT64120 to Kconfig
This converts the following to Kconfig: CONFIG_PCI_GT64120 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig4
1 files changed, 4 insertions, 0 deletions
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