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