summaryrefslogtreecommitdiff
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorMason Huo <mason.huo@starfivetech.com>2023-02-01 04:54:36 +0300
committerMason Huo <mason.huo@starfivetech.com>2023-02-22 12:53:27 +0300
commita17c17c4d236bddd4cffdd37d2560db77df5e9aa (patch)
treea048cf6996345248f4dc1f6080944deddf69af7d /drivers/pci/Kconfig
parentf05aec2af16f5cf04a5a8c11e6f557a13ca2012c (diff)
downloadu-boot-a17c17c4d236bddd4cffdd37d2560db77df5e9aa.tar.xz
pci: Add Starfive JH7110 pcie driver
Port the JH7110 pcie host driver from linux kernel. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index e4123ba820..a125c58913 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -330,4 +330,16 @@ config PCIE_UNIPHIER
Say Y here if you want to enable PCIe controller support on
UniPhier SoCs.
+config PCIE_STARFIVE
+ bool "Enable Starfive PCIe driver"
+ depends on RISCV
+ depends on STARFIVE_JH7110
+ depends on PINCTRL_STARFIVE_JH7110
+ depends on CLK_JH7110
+ depends on RESET_JH7110
+ default y
+ help
+ Say Y here if you want to enable PCIe controller support on
+ Starfive SoCs.
+
endif