diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index cee4ff679d3c86a137d4ac00f19d7bfdaba47fac..27e8453274e660b17c08d555aa4e394f7b01a548 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---