]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/grsim_leon2/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / gaisler / grsim_leon2 / Kconfig
diff --git a/board/gaisler/grsim_leon2/Kconfig b/board/gaisler/grsim_leon2/Kconfig
new file mode 100644 (file)
index 0000000..8dd2d27
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_GRSIM_LEON2
+
+config SYS_CPU
+       string
+       default "leon2"
+
+config SYS_BOARD
+       string
+       default "grsim_leon2"
+
+config SYS_VENDOR
+       string
+       default "gaisler"
+
+config SYS_CONFIG_NAME
+       string
+       default "grsim_leon2"
+
+endif