From 1583fb7f92973cdbba391bd32a1b42cbdb5839b8 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 23 Feb 2006 17:21:39 +0000 Subject: Added support for the new CRISv32 architecture. --- extra/Configs/Config.cris | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3