summaryrefslogtreecommitdiff
path: root/board/emulation/qemu-arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/emulation/qemu-arm/Kconfig')
-rw-r--r--board/emulation/qemu-arm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig
new file mode 100644
index 0000000000..d1c08c2f6a
--- /dev/null
+++ b/board/emulation/qemu-arm/Kconfig
@@ -0,0 +1,9 @@
+if TARGET_QEMU_ARM_32BIT || TARGET_QEMU_ARM_64BIT
+
+config SYS_TEXT_BASE
+ default 0x00000000
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+
+endif