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