bump for release
[uclibc-ng.git] / extra / Configs / Config.or1k
blob45e6f0a57416ad9c77fb30dffd7dbf568c110f39
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         default "or1k"
9 config ARCH_CFLAGS
10         string
12 config ARCH_LDFLAGS
13         string
15 config LIBGCC_CFLAGS
16         string
18 choice
19         prompt "Target Architecture Type"
20         default CONFIG_OR1K
21         help
22                 This is the architecture type of your CPU. This information is used for
23                 optimizing purposes.
25                 These are the possible settings:
26                 - or1k  Generic support for OpenCores OpenRISC/or1k architecture.
28 config CONFIG_OR1K
29         select ARCH_HAS_MMU     
30         select UCLIBC_HAS_FPU
31         select ARCH_BIG_ENDIAN
32         select HAS_NO_THREADS
33         bool "or1k"
35 endchoice