]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sbc8548/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / sbc8548 / Kconfig
diff --git a/board/sbc8548/Kconfig b/board/sbc8548/Kconfig
new file mode 100644 (file)
index 0000000..5223d3d
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_SBC8548
+
+config SYS_BOARD
+       string
+       default "sbc8548"
+
+config SYS_CONFIG_NAME
+       string
+       default "sbc8548"
+
+endif