diff options
Diffstat (limited to 'board/freescale/qemu-ppce500/Kconfig')
-rw-r--r-- | board/freescale/qemu-ppce500/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/qemu-ppce500/Kconfig b/board/freescale/qemu-ppce500/Kconfig new file mode 100644 index 00000000000..314f6a1576b --- /dev/null +++ b/board/freescale/qemu-ppce500/Kconfig @@ -0,0 +1,15 @@ +if TARGET_QEMU_PPCE500 + +config SYS_BOARD + string + default "qemu-ppce500" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "qemu-ppce500" + +endif |