diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 409049137cc..8ffd88c722d 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -389,6 +389,16 @@ config PCIE_DW_QCOM Say Y here if you want to enable DW PCIe controller support on Qualcomm SoCs. +config PCI_RCAR_GEN4 + bool "Renesas R-Car Gen4 PCIe driver" + depends on RCAR_GEN4 + select DM_RESET + select DM_GPIO + select PCIE_DW_COMMON + help + Say Y here if you want to enable PCIe controller support on + Renesas R-Car Gen4 SoCs. + config PCIE_ROCKCHIP bool "Enable Rockchip PCIe driver" depends on ARCH_ROCKCHIP |