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