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