diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index cee4ff679d3c..27e8453274e6 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -893,7 +893,6 @@ config HOTPLUG_CPU config COMPAT_VDSO bool "Compat VDSO support" default y - depends on !PARAVIRT help Map the VDSO to the predictable old-style address too. ---help---