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