]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/egnite/ethernut5/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / egnite / ethernut5 / Kconfig
diff --git a/board/egnite/ethernut5/Kconfig b/board/egnite/ethernut5/Kconfig
new file mode 100644 (file)
index 0000000..cd2e53c
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_ETHERNUT5
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "ethernut5"
+
+config SYS_VENDOR
+       string
+       default "egnite"
+
+config SYS_SOC
+       string
+       default "at91"
+
+config SYS_CONFIG_NAME
+       string
+       default "ethernut5"
+
+endif