bump for release
[uclibc-ng.git] / extra / Configs / Config.nds32
bloba74249947026431917342a0b3259838e69871eb4
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
17 choice
18         prompt "MMU Page Size"
19         default CONFIG_NDS32_PAGE_SIZE_4K
21 config CONFIG_NDS32_PAGE_SIZE_4K
22         bool "4KB"
23         help
24           Use 4k pagesize.
26 config CONFIG_NDS32_PAGE_SIZE_8K
27         bool "8KB"
28         help
29           Use 8k pagesize.
31 endchoice