]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/m68k/Kconfig
m68k: mcf5227x: move CPU type to Kconfig and refactor config.mk
[karo-tx-uboot.git] / arch / m68k / Kconfig
index eecef959f8d3e1679ec62bcd4e238c587888ce38..a645d95da0c86a20a00eea9f1c38e8f53537ca77 100644 (file)
@@ -29,6 +29,9 @@ config MCF5441x
 config MCF5445x
        bool
 
+config MCF5227x
+       bool
+
 # processor type
 config M5208
        bool
@@ -87,11 +90,16 @@ config M54455
        bool
        select MCF5445x
 
+config M52277
+       bool
+       select MCF5227x
+
 choice
        prompt "Target select"
 
 config TARGET_M52277EVB
        bool "Support M52277EVB"
+       select M52277
 
 config TARGET_M5235EVB
        bool "Support M5235EVB"