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