bump for release
[uclibc-ng.git] / extra / Configs / Config.i386
blobc928ac1a2a857b6b326a838945ae9ac5a9162837
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 "i386"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_LITTLE_ENDIAN
14         select ARCH_HAS_MMU
15         select ARCH_HAS_UCONTEXT
16         select ARCH_HAS_DEPRECATED_SYSCALLS
18 choice
19         prompt "Target x86 Processor Family"
20         default CONFIG_686
21         help
22           This is the processor type of your CPU. This information is used for
23           selecting different handcoded optimization functions.  Nowadays, most
24           people have an i686 CPU.  If you don't, you most likely know what this
25           means and can pick the right one for your processor.
27 config CONFIG_386
28         bool "386"
30 config CONFIG_486
31         bool "486"
33 config CONFIG_586
34         bool "586"
36 config CONFIG_686
37         bool "686"
39 endchoice