diff options
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 595fb771366e..4ea31c327d1f 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -205,7 +205,7 @@ config PARAVIRT | |||
205 | 205 | ||
206 | config VMI | 206 | config VMI |
207 | bool "VMI Paravirt-ops support" | 207 | bool "VMI Paravirt-ops support" |
208 | depends on PARAVIRT | 208 | depends on PARAVIRT && !NO_HZ |
209 | default y | 209 | default y |
210 | help | 210 | help |
211 | VMI provides a paravirtualized interface to multiple hypervisors | 211 | VMI provides a paravirtualized interface to multiple hypervisors |