]> 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 26509b73c64773ae5716a744b8b9e39631e2a89a..42fb91539af6c228d26beddcda6d01ffb50f0bc7 100644 (file)
@@ -200,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"
@@ -223,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