]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/pb1x00/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / pb1x00 / Kconfig
diff --git a/board/pb1x00/Kconfig b/board/pb1x00/Kconfig
new file mode 100644 (file)
index 0000000..0ad3f23
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_PB1X00
+
+config SYS_CPU
+       string
+       default "mips32"
+
+config SYS_BOARD
+       string
+       default "pb1x00"
+
+config SYS_SOC
+       string
+       default "au1x00"
+
+config SYS_CONFIG_NAME
+       string
+       default "pb1x00"
+
+endif