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