]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/m68k/Kconfig
m68k: mcf523x: move CPU type to Kconfig and refactor config.mk
[karo-tx-uboot.git] / arch / m68k / Kconfig
index a645d95da0c86a20a00eea9f1c38e8f53537ca77..a3f0cbc2a447828aa8f5abb5d0fbdaf3573050c9 100644 (file)
@@ -11,6 +11,9 @@ config MCF520x
 config MCF52x2
        bool
 
+config MCF523x
+       bool
+
 config MCF530x
        bool
 
@@ -37,6 +40,10 @@ config M5208
        bool
        select MCF520x
 
+config M5235
+       bool
+       select MCF523x
+
 config M5249
        bool
        select MCF52x2
@@ -103,6 +110,7 @@ config TARGET_M52277EVB
 
 config TARGET_M5235EVB
        bool "Support M5235EVB"
+       select M5235
 
 config TARGET_COBRA5272
        bool "Support cobra5272"