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