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