diff options
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ac4746f454ed..effc9f33ade0 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -886,7 +886,7 @@ config RELOCATABLE | |||
886 | 886 | ||
887 | config RANDOMIZE_BASE | 887 | config RANDOMIZE_BASE |
888 | bool "Randomize the address of the kernel image" | 888 | bool "Randomize the address of the kernel image" |
889 | select ARM64_MODULE_PLTS | 889 | select ARM64_MODULE_PLTS if MODULES |
890 | select RELOCATABLE | 890 | select RELOCATABLE |
891 | help | 891 | help |
892 | Randomizes the virtual address at which the kernel image is | 892 | Randomizes the virtual address at which the kernel image is |