aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mn10300/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig
index 7c2a2f7f8dc1..275963eeae13 100644
--- a/arch/mn10300/Kconfig
+++ b/arch/mn10300/Kconfig
@@ -9,8 +9,14 @@ config MN10300
9 def_bool y 9 def_bool y
10 select HAVE_OPROFILE 10 select HAVE_OPROFILE
11 11
12config AM33 12config AM33_2
13 def_bool y 13 def_bool n
14
15config AM33_3
16 def_bool n
17
18config AM34_2
19 def_bool n
14 20
15config MMU 21config MMU
16 def_bool y 22 def_bool y
@@ -99,6 +105,7 @@ choice
99config MN10300_PROC_MN103E010 105config MN10300_PROC_MN103E010
100 bool "MN103E010" 106 bool "MN103E010"
101 depends on MN10300_UNIT_ASB2303 || MN10300_UNIT_ASB2305 107 depends on MN10300_UNIT_ASB2303 || MN10300_UNIT_ASB2305
108 select AM33_2
102 select MN10300_PROC_HAS_TTYSM0 109 select MN10300_PROC_HAS_TTYSM0
103 select MN10300_PROC_HAS_TTYSM1 110 select MN10300_PROC_HAS_TTYSM1
104 select MN10300_PROC_HAS_TTYSM2 111 select MN10300_PROC_HAS_TTYSM2