bump version for 1.0.49 release
[uclibc-ng.git] / extra / Configs / Config.nds32
blob2ed6a32b7f1a7bba917681f639c5ac780477e113
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 "nds32"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_ANY_ENDIAN
14         select ARCH_HAS_DEPRECATED_SYSCALLS
15         select ARCH_HAS_MMU
16         select ARCH_HAS_UCONTEXT
18 choice
19         prompt "MMU Page Size"
20         default CONFIG_NDS32_PAGE_SIZE_4K
22 config CONFIG_NDS32_PAGE_SIZE_4K
23         bool "4KB"
24         help
25           Use 4k pagesize.
27 config CONFIG_NDS32_PAGE_SIZE_8K
28         bool "8KB"
29         help
30           Use 8k pagesize.
32 endchoice