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