aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 685692c94f05..476f786c11e9 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -207,6 +207,9 @@ config ARCH_HIBERNATION_POSSIBLE
207config ARCH_SUSPEND_POSSIBLE 207config ARCH_SUSPEND_POSSIBLE
208 def_bool y 208 def_bool y
209 209
210config ARCH_WANT_HUGE_PMD_SHARE
211 def_bool y
212
210config ZONE_DMA32 213config ZONE_DMA32
211 bool 214 bool
212 default X86_64 215 default X86_64