summaryrefslogtreecommitdiffstats
path: root/board/freescale/m547xevb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m547xevb/Kconfig')
-rw-r--r--board/freescale/m547xevb/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/freescale/m547xevb/Kconfig b/board/freescale/m547xevb/Kconfig
new file mode 100644
index 0000000000..d21072e2ef
--- /dev/null
+++ b/board/freescale/m547xevb/Kconfig
@@ -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
OpenPOWER on IntegriCloud