bump version for 1.0.49 release
[uclibc-ng.git] / extra / Configs / Config.kvx
blob04df53c3863317ae5691a70b150f140665964396
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 "kvx"
10 choice
11         prompt "Target architecture variant"
12         help
13                 Select CPU variant to use
15 config CONFIG_KVX_COOLIDGE_V1
16         bool "Coolidge V1"
18 config CONFIG_KVX_COOLIDGE_V2
19         bool "Coolidge V2"
21 endchoice
23 config TARGET_MARCH
24         string
25         default "kv3-1" if CONFIG_KVX_COOLIDGE_V1
26         default "kv3-2" if CONFIG_KVX_COOLIDGE_V2
28 config FORCE_OPTIONS_FOR_ARCH
29         bool
30         default y
31         select ARCH_LITTLE_ENDIAN
32         select ARCH_HAS_MMU
33         select UCLIBC_HAS_FPU
34         select UCLIBC_HAS_FENV
35         select UCLIBC_HAS_WCHAR
36         select DO_C99_MATH