9
0
Fork 0

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>
This commit is contained in:
Sebastian Hesselbarth 2014-06-24 13:45:35 +02:00 committed by Sascha Hauer
parent f2b9c6b6d4
commit 2042d9130b
1 changed files with 1 additions and 0 deletions

View File

@ -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"