ARM: mm: Transparent huge page support for LPAE systems.
[deliverable/linux.git] / arch / arm / Kconfig
index 49d993cee51232874a81814fe39ca99e09b88bad..f07a462711686c737918ad3b581229985f597b7a 100644 (file)
@@ -1707,6 +1707,14 @@ config HW_PERF_EVENTS
          Enable hardware performance counter support for perf events. If
          disabled, perf events will use software events only.
 
+config SYS_SUPPORTS_HUGETLBFS
+       def_bool y
+       depends on ARM_LPAE
+
+config HAVE_ARCH_TRANSPARENT_HUGEPAGE
+       def_bool y
+       depends on ARM_LPAE
+
 source "mm/Kconfig"
 
 config FORCE_MAX_ZONEORDER
This page took 0.033774 seconds and 5 git commands to generate.