aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r--arch/sparc64/Kconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index 1aeb1da9829d..7c88263256af 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -98,19 +98,11 @@ config SPARC64_PAGE_SIZE_8KB
98 8KB and 64KB work quite well, since SPARC ELF sections 98 8KB and 64KB work quite well, since SPARC ELF sections
99 provide for up to 64KB alignment. 99 provide for up to 64KB alignment.
100 100
101 Therefore, 512KB and 4MB are for expert hackers only.
102
103 If you don't know what to do, choose 8KB. 101 If you don't know what to do, choose 8KB.
104 102
105config SPARC64_PAGE_SIZE_64KB 103config SPARC64_PAGE_SIZE_64KB
106 bool "64KB" 104 bool "64KB"
107 105
108config SPARC64_PAGE_SIZE_512KB
109 bool "512KB"
110
111config SPARC64_PAGE_SIZE_4MB
112 bool "4MB"
113
114endchoice 106endchoice
115 107
116config SECCOMP 108config SECCOMP
@@ -226,11 +218,10 @@ config HUGETLB_PAGE_SIZE_4MB
226 bool "4MB" 218 bool "4MB"
227 219
228config HUGETLB_PAGE_SIZE_512K 220config HUGETLB_PAGE_SIZE_512K
229 depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB
230 bool "512K" 221 bool "512K"
231 222
232config HUGETLB_PAGE_SIZE_64K 223config HUGETLB_PAGE_SIZE_64K
233 depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB && !SPARC64_PAGE_SIZE_64KB 224 depends on !SPARC64_PAGE_SIZE_64KB
234 bool "64K" 225 bool "64K"
235 226
236endchoice 227endchoice