aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/emulation/qemu-ppce500/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/emulation/qemu-ppce500/Kconfig')
-rw-r--r--roms/u-boot/board/emulation/qemu-ppce500/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/emulation/qemu-ppce500/Kconfig b/roms/u-boot/board/emulation/qemu-ppce500/Kconfig
new file mode 100644
index 000000000..1c5aa18aa
--- /dev/null
+++ b/roms/u-boot/board/emulation/qemu-ppce500/Kconfig
@@ -0,0 +1,18 @@
+if TARGET_QEMU_PPCE500
+
+config SYS_BOARD
+ default "qemu-ppce500"
+
+config SYS_VENDOR
+ default "emulation"
+
+config SYS_CONFIG_NAME
+ default "qemu-ppce500"
+
+config PLATFORM_BUS_MAP_ADDR
+ hex
+ default 0xf0000000
+ help
+ The QEMU platform bus base mapped address in the virtual memory space.
+
+endif