aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/altera/arria10-socdk/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/altera/arria10-socdk/Kconfig')
-rw-r--r--roms/u-boot/board/altera/arria10-socdk/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/altera/arria10-socdk/Kconfig b/roms/u-boot/board/altera/arria10-socdk/Kconfig
new file mode 100644
index 000000000..621dc9702
--- /dev/null
+++ b/roms/u-boot/board/altera/arria10-socdk/Kconfig
@@ -0,0 +1,18 @@
+if TARGET_SOCFPGA_ARRIA10_SOCDK
+
+config SYS_CPU
+ default "armv7"
+
+config SYS_BOARD
+ default "socfpga_arria10"
+
+config SYS_VENDOR
+ default "altera"
+
+config SYS_SOC
+ default "socfpga_arria10"
+
+config SYS_CONFIG_NAME
+ default "socfpga_arria10"
+
+endif