diff options
author | Akira Takeuchi <takeuchi.akr@jp.panasonic.com> | 2010-10-27 12:28:38 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2010-10-27 12:28:38 -0400 |
commit | 22d4225f6176c44d3fd3565df748651de24497e0 (patch) | |
tree | c1d32bf22ed50541f7711e8a4a23886367fcf225 | |
parent | 9f200d3fed9ca34e94ee03df049f7dcd71538acf (diff) |
MN10300: Differentiate AM33_2 and AM33_3 in config
Differentiate AM33_2 and AM33_3 CPU cores in configuration. The MN103E010
processor contains an AM33_2 core.
Whilst we're at it, prepare for AM34-based stuff by declaring AM34_2 too.
Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com>
Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com>
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r-- | arch/mn10300/Kconfig | 11 |
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 | ||
12 | config AM33 | 12 | config AM33_2 |
13 | def_bool y | 13 | def_bool n |
14 | |||
15 | config AM33_3 | ||
16 | def_bool n | ||
17 | |||
18 | config AM34_2 | ||
19 | def_bool n | ||
14 | 20 | ||
15 | config MMU | 21 | config MMU |
16 | def_bool y | 22 | def_bool y |
@@ -99,6 +105,7 @@ choice | |||
99 | config MN10300_PROC_MN103E010 | 105 | config 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 |