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