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