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