diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 3982be2d721a..d774f77538ce 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -304,7 +304,7 @@ config NOMMU_INITIAL_TRIM_EXCESS | |||
304 | 304 | ||
305 | config TRANSPARENT_HUGEPAGE | 305 | config TRANSPARENT_HUGEPAGE |
306 | bool "Transparent Hugepage Support" if EMBEDDED | 306 | bool "Transparent Hugepage Support" if EMBEDDED |
307 | depends on X86_64 && MMU | 307 | depends on X86 && MMU |
308 | default y | 308 | default y |
309 | help | 309 | help |
310 | Transparent Hugepages allows the kernel to use huge pages and | 310 | Transparent Hugepages allows the kernel to use huge pages and |