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