aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/Kconfig
diff options
context:
space:
mode:
authorAkira Takeuchi <takeuchi.akr@jp.panasonic.com>2010-10-27 12:28:40 -0400
committerDavid Howells <dhowells@redhat.com>2010-10-27 12:28:40 -0400
commit8fbbf7c76a0c89cede075ab7e231970a42e55456 (patch)
treef6c735d239a6d379b5ffe91a1b6e45141a9ecc95 /arch/mn10300/Kconfig
parent06019be31a1b5812eec5bb3e1dbdeced04950e8e (diff)
MN10300: Add CPU register bits for AM34
Add CPU register declarations for the AM34 subarch. 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>
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r--arch/mn10300/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig
index 275963eeae13..eab0c2aa95cd 100644
--- a/arch/mn10300/Kconfig
+++ b/arch/mn10300/Kconfig
@@ -17,6 +17,7 @@ config AM33_3
17 17
18config AM34_2 18config AM34_2
19 def_bool n 19 def_bool n
20 select MN10300_HAS_ATOMIC_OPS_UNIT
20 21
21config MMU 22config MMU
22 def_bool y 23 def_bool y
@@ -124,6 +125,12 @@ config MN10300_CPU_AM33V2
124 125
125endchoice 126endchoice
126 127
128config MN10300_HAS_ATOMIC_OPS_UNIT
129 def_bool n
130 help
131 This should be enabled if the processor has an atomic ops unit
132 capable of doing LL/SC equivalent operations.
133
127config FPU 134config FPU
128 bool "FPU present" 135 bool "FPU present"
129 default y 136 default y