remove obstack support
[uclibc-ng.git] / extra / Configs / Config.cris
blobc49817f6577d879bfe2b1bfe0d295f23813935d6
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         string
8         default "cris"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_LITTLE_ENDIAN
14         select ARCH_HAS_DEPRECATED_SYSCALLS
16 choice
17         prompt "Target Architecture Type"
18         default CONFIG_CRIS
19         help
20                 This is the architecture type of your CPU. This information
21                 is used for optimizing purposes.
23                 Possible settings:
24                 - CRIS  Generic support for Axis' CRIS architecture.
25                 - CRISv32  Support for Axis' CRISv32 architecture.
27 config CONFIG_CRIS
28         select ARCH_HAS_MMU
29         bool "CRIS"
31 config CONFIG_CRISV32
32         select ARCH_HAS_MMU
33         bool "CRISv32"
35 endchoice