summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-11-25 10:16:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-27 12:19:46 +0100
commita62aab160e1f380c94972273a6347aa5a07f0809 (patch)
tree5ba2383e33928c3540883a56a54d517156fd2bfc /arch
parentaff117c41f5eaa3157b70ab9cf2a60b6fe75e7bf (diff)
downloadbarebox-a62aab160e1f380c94972273a6347aa5a07f0809.tar.gz
barebox-a62aab160e1f380c94972273a6347aa5a07f0809.tar.xz
PCI: Add layerscape PCIe driver
This adds support for the designware based PCIe controller found on Layerscape SoCs. The driver is based on Linux-5.4. The device tree fixups have been taken from U-Boot 2019.10. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9589a6a511..a4a4e03a56 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -106,6 +106,7 @@ config ARCH_LAYERSCAPE
select COMMON_CLK
select CLKDEV_LOOKUP
select COMMON_CLK_OF_PROVIDER
+ select HW_HAS_PCI
config ARCH_MVEBU
bool "Marvell EBU platforms"