bump version for 1.0.49 release
[uclibc-ng.git] / extra / Configs / Config.aarch64
blob6074878f2047e9969c0f0c71c6a5b0c925a8cd53
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 "aarch64"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_ANY_ENDIAN
14         select ARCH_HAS_MMU
15         select ARCH_USE_MMU
16         select ARCH_VDSO_SUPPORT
17         select UCLIBC_HAS_FPU
19 choice
20         prompt "MMU Page Size"
21         default CONFIG_AARCH64_PAGE_SIZE_4K
23 config CONFIG_AARCH64_PAGE_SIZE_4K
24         bool "4KB"
25         help
26           Choose between 4k(default), 16k or 64k
28 config CONFIG_AARCH64_PAGE_SIZE_16K
29         bool "16KB"
31 config CONFIG_AARCH64_PAGE_SIZE_64K
32         bool "64KB"
34 endchoice