summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-02-23 17:21:39 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-02-23 17:21:39 +0000
commit1583fb7f92973cdbba391bd32a1b42cbdb5839b8 (patch)
tree1d0cdadd951d29a0cdec8a0116bc6576ff8590cc /extra
parentd340072c9a51379eb7e754b50173269974c9bc5c (diff)
Added support for the new CRISv32 architecture.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.cris5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/Configs/Config.cris b/extra/Configs/Config.cris
index 0e52ef9d7..f6e2e3c05 100644
--- a/extra/Configs/Config.cris
+++ b/extra/Configs/Config.cris
@@ -26,9 +26,14 @@ choice
These are the possible settings:
- CRIS Generic support for Axis' CRIS architecture.
+ - CRISv32 Support for Axis' CRISv32 architecture.
config CONFIG_CRIS
select ARCH_HAS_MMU
bool "CRIS"
+config CONFIG_CRISV32
+ select ARCH_HAS_MMU
+ bool "CRISv32"
+
endchoice