summaryrefslogtreecommitdiffstats
path: root/board/emulation/qemu-ppce500/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-15 12:15:38 -0400
committerTom Rini <trini@konsulko.com>2021-03-15 12:15:38 -0400
commit22fc991dafee0142fc6bf621e7bd558bd58020b4 (patch)
treee5da8826fd735de968519f432864dc1545d96017 /board/emulation/qemu-ppce500/Kconfig
parent1876b390f31afca15de334e499aa071b0bf64a44 (diff)
parent4103e13534141c31e4e9bf40848ab3a61dabce81 (diff)
downloadu-boot-22fc991dafee0142fc6bf621e7bd558bd58020b4.tar.gz
u-boot-22fc991dafee0142fc6bf621e7bd558bd58020b4.tar.xz
u-boot-22fc991dafee0142fc6bf621e7bd558bd58020b4.zip
Merge tag 'v2021.04-rc4' into next
Prepare v2021.04-rc4
Diffstat (limited to 'board/emulation/qemu-ppce500/Kconfig')
-rw-r--r--board/emulation/qemu-ppce500/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/emulation/qemu-ppce500/Kconfig b/board/emulation/qemu-ppce500/Kconfig
new file mode 100644
index 0000000000..4312d986d8
--- /dev/null
+++ b/board/emulation/qemu-ppce500/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_QEMU_PPCE500
+
+config SYS_BOARD
+ default "qemu-ppce500"
+
+config SYS_VENDOR
+ default "emulation"
+
+config SYS_CONFIG_NAME
+ default "qemu-ppce500"
+
+endif