aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 56b3f6d447ae..cd6eca84a21c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -180,6 +180,15 @@ config HW_PERF_EVENTS
180 Enable hardware performance counter support for perf events. If 180 Enable hardware performance counter support for perf events. If
181 disabled, perf events will use software events only. 181 disabled, perf events will use software events only.
182 182
183config SYS_SUPPORTS_HUGETLBFS
184 def_bool y
185
186config ARCH_WANT_GENERAL_HUGETLB
187 def_bool y
188
189config ARCH_WANT_HUGE_PMD_SHARE
190 def_bool y if !ARM64_64K_PAGES
191
183source "mm/Kconfig" 192source "mm/Kconfig"
184 193
185endmenu 194endmenu