]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cray/L1/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / cray / L1 / Kconfig
diff --git a/board/cray/L1/Kconfig b/board/cray/L1/Kconfig
new file mode 100644 (file)
index 0000000..fa9a702
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_CRAYL1
+
+config SYS_BOARD
+       string
+       default "L1"
+
+config SYS_VENDOR
+       string
+       default "cray"
+
+config SYS_CONFIG_NAME
+       string
+       default "CRAYL1"
+
+endif