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