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