m68k: add board stmark2, mcf5441x based
[oweals/u-boot.git] / board / sysam / stmark2 / Kconfig
diff --git a/board/sysam/stmark2/Kconfig b/board/sysam/stmark2/Kconfig
new file mode 100644 (file)
index 0000000..87ab7ab
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_STMARK2
+
+config SYS_CPU
+       default "mcf5445x"
+
+config SYS_BOARD
+       default "stmark2"
+
+config SYS_VENDOR
+       default "sysam"
+
+config SYS_CONFIG_NAME
+       default "stmark2"
+
+endif