summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-06-24 13:45:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-25 08:44:49 +0200
commit2042d9130b135efb22db9ca3833f5562f594d004 (patch)
treefeb49103f75330ab6f3822d691058f66b9690ac5 /arch/arm/Kconfig
parentf2b9c6b6d4e3eeeaa9a657e4a36b10184dabb8b7 (diff)
downloadbarebox-2042d9130b135efb22db9ca3833f5562f594d004.tar.gz
barebox-2042d9130b135efb22db9ca3833f5562f594d004.tar.xz
ARM: mvebu: select PCI specific DT bus translator
Marvell MVEBU DT files contain some nodes mapped to PCI address space, add the translator Kconfig to be able to iomap those node's addresses. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3b8a2a2207..8465d4a7f7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -95,6 +95,7 @@ config ARCH_MVEBU
select HAVE_PBL_MULTI_IMAGES
select MVEBU_MBUS
select OFTREE
+ select OF_ADDRESS_PCI
config ARCH_MXS
bool "Freescale i.MX23/28 (mxs) based"