diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index fcefdda5136d..d24887b645dc 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -131,6 +131,7 @@ config X86 | |||
131 | select HAVE_CC_STACKPROTECTOR | 131 | select HAVE_CC_STACKPROTECTOR |
132 | select GENERIC_CPU_AUTOPROBE | 132 | select GENERIC_CPU_AUTOPROBE |
133 | select HAVE_ARCH_AUDITSYSCALL | 133 | select HAVE_ARCH_AUDITSYSCALL |
134 | select ARCH_SUPPORTS_ATOMIC_RMW | ||
134 | 135 | ||
135 | config INSTRUCTION_DECODER | 136 | config INSTRUCTION_DECODER |
136 | def_bool y | 137 | def_bool y |
@@ -1672,7 +1673,6 @@ config RELOCATABLE | |||
1672 | config RANDOMIZE_BASE | 1673 | config RANDOMIZE_BASE |
1673 | bool "Randomize the address of the kernel image" | 1674 | bool "Randomize the address of the kernel image" |
1674 | depends on RELOCATABLE | 1675 | depends on RELOCATABLE |
1675 | depends on !HIBERNATION | ||
1676 | default n | 1676 | default n |
1677 | ---help--- | 1677 | ---help--- |
1678 | Randomizes the physical and virtual address at which the | 1678 | Randomizes the physical and virtual address at which the |