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