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