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