]> git.sur5r.net Git - u-boot/blobdiff - board/dbau1x00/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / dbau1x00 / Kconfig
diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig
new file mode 100644 (file)
index 0000000..5fca62d
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_DBAU1X00
+
+config SYS_CPU
+       string
+       default "mips32"
+
+config SYS_BOARD
+       string
+       default "dbau1x00"
+
+config SYS_SOC
+       string
+       default "au1x00"
+
+config SYS_CONFIG_NAME
+       string
+       default "dbau1x00"
+
+endif