diff options
| author | Tom Rini <[email protected]> | 2022-06-20 08:07:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:04:59 -0400 |
| commit | bf2c48fa1a6e068f232d84aae43b5dad654a9017 (patch) | |
| tree | 4d81f3b79a014e7209c91fac68bb98fe05fb8675 /drivers | |
| parent | f27bca4c27ef1503a85ad285a4a39c7c62fddc2d (diff) | |
Convert CONFIG_PCI_GT64120 to Kconfig
This converts the following to Kconfig:
CONFIG_PCI_GT64120
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pci/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f4c4aece58d..0ef5c292337 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 |
