]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/bluestone/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / amcc / bluestone / Kconfig
diff --git a/board/amcc/bluestone/Kconfig b/board/amcc/bluestone/Kconfig
new file mode 100644 (file)
index 0000000..2f5999d
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_BLUESTONE
+
+config SYS_BOARD
+       string
+       default "bluestone"
+
+config SYS_VENDOR
+       string
+       default "amcc"
+
+config SYS_CONFIG_NAME
+       string
+       default "bluestone"
+
+endif