summaryrefslogtreecommitdiff
path: root/configs/qemu-ppce500_defconfig
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2020-06-03 14:43:40 +0200
committerTom Rini <trini@konsulko.com>2020-07-10 14:10:43 -0400
commit69be8fd1649aaa02087cfe86add1bb34ec0850ec (patch)
treef33030eb766004da7e455e5ef301436890dcd491 /configs/qemu-ppce500_defconfig
parent506d52308a2f5de48c2b9a08229fee9a0ee2842a (diff)
powerpc: move ADDR_MAP to Kconfig
Move ADDR_MAP related config options from include/configs/*.h to the proper place in lib/Kconfig. This has been done using ./tools/moveconfig.py and manual inspection of the generated changes. This is a preparation to use ADDR_MAP helper on ARM 32bit Raspberry Pi4 board for mapping the PCIe XHCI MMIO, which is above the 4GiB identity mapping limit. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/qemu-ppce500_defconfig')
-rw-r--r--configs/qemu-ppce500_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig
index ab4bc5d327..ba2ee27658 100644
--- a/configs/qemu-ppce500_defconfig
+++ b/configs/qemu-ppce500_defconfig
@@ -27,5 +27,6 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
# CONFIG_MMC is not set
CONFIG_E1000=y
CONFIG_SYS_NS16550=y
+CONFIG_ADDR_MAP=y
CONFIG_PANIC_HANG=y
CONFIG_OF_LIBFDT=y