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