diff options
Diffstat (limited to 'board/munices/Kconfig')
-rw-r--r-- | board/munices/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/munices/Kconfig b/board/munices/Kconfig new file mode 100644 index 0000000..d242d56 --- /dev/null +++ b/board/munices/Kconfig @@ -0,0 +1,11 @@ +if TARGET_MUNICES + +config SYS_BOARD + string + default "munices" + +config SYS_CONFIG_NAME + string + default "munices" + +endif |