]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/calao/sbc35_a9g20/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / calao / sbc35_a9g20 / Kconfig
diff --git a/board/calao/sbc35_a9g20/Kconfig b/board/calao/sbc35_a9g20/Kconfig
new file mode 100644 (file)
index 0000000..192d228
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_SBC35_A9G20
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "sbc35_a9g20"
+
+config SYS_VENDOR
+       string
+       default "calao"
+
+config SYS_SOC
+       string
+       default "at91"
+
+config SYS_CONFIG_NAME
+       string
+       default "sbc35_a9g20"
+
+endif