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