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