Merge remote-tracking branch 'lsk/v3.10/topic/arm64-be' into linux-linaro-lsk
[firefly-linux-kernel-4.4.55.git] / arch / x86 / Kconfig
index 685692c94f051a8a7ad582442efcc3fa11173332..787072769a803a3196f21d3a06326ccea016bdd4 100644 (file)
@@ -207,6 +207,12 @@ config ARCH_HIBERNATION_POSSIBLE
 config ARCH_SUSPEND_POSSIBLE
        def_bool y
 
+config ARCH_WANT_HUGE_PMD_SHARE
+       def_bool y
+
+config ARCH_WANT_GENERAL_HUGETLB
+       def_bool y
+
 config ZONE_DMA32
        bool
        default X86_64
@@ -2265,6 +2271,7 @@ source "fs/Kconfig.binfmt"
 config IA32_EMULATION
        bool "IA32 Emulation"
        depends on X86_64
+       select BINFMT_ELF
        select COMPAT_BINFMT_ELF
        select HAVE_UID16
        ---help---