summaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r--arch/m68k/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 0bd780a..8f9b4a7 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -11,6 +11,9 @@ config MCF520x
config MCF52x2
bool
+config MCF530x
+ bool
+
# processor type
config M5208
bool
@@ -40,6 +43,10 @@ config M5282
bool
select MCF52x2
+config M5307
+ bool
+ select MCF530x
+
choice
prompt "Target select"
@@ -114,6 +121,7 @@ config TARGET_M5485EVB
config TARGET_AMCORE
bool "Support AMCORE"
+ select M5307
endchoice