kconfig: add board Kconfig and defconfig files
[oweals/u-boot.git] / board / freescale / m547xevb / Kconfig
diff --git a/board/freescale/m547xevb/Kconfig b/board/freescale/m547xevb/Kconfig
new file mode 100644 (file)
index 0000000..d21072e
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_M5475EVB
+
+config SYS_CPU
+       string
+       default "mcf547x_8x"
+
+config SYS_BOARD
+       string
+       default "m547xevb"
+
+config SYS_VENDOR
+       string
+       default "freescale"
+
+config SYS_CONFIG_NAME
+       string
+       default "M5475EVB"
+
+endif