]> git.sur5r.net Git - u-boot/blobdiff - arch/m68k/Kconfig
ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM
[u-boot] / arch / m68k / Kconfig
index 69cb0f73eb6b738463ebf1fc908f20ed1d373d7b..42fb91539af6c228d26beddcda6d01ffb50f0bc7 100644 (file)
@@ -114,6 +114,7 @@ config M548x
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_M52277EVB
        bool "Support M52277EVB"
@@ -199,6 +200,10 @@ config TARGET_AMCORE
        bool "Support AMCORE"
        select M5307
 
+config TARGET_STMARK2
+        bool "Support stmark2"
+        select M54418
+
 endchoice
 
 source "board/BuS/eb_cpu5282/Kconfig"
@@ -222,5 +227,6 @@ source "board/freescale/m54455evb/Kconfig"
 source "board/freescale/m547xevb/Kconfig"
 source "board/freescale/m548xevb/Kconfig"
 source "board/sysam/amcore/Kconfig"
+source "board/sysam/stmark2/Kconfig"
 
 endmenu