summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 17:37:33 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:17:08 +0100
commit54523edd237b9e792a3b76988fde23a91d739f43 (patch)
treedcefd891ea9ae75f3e1e8123c251fa417c954f90 /arch/x86/Kconfig
parente084e531000a488d2d27864266c13ac824575a8b (diff)
x86/Voyager: remove KVM_GUEST quirk
Voyager has this quirk currently: config KVM_GUEST bool "KVM Guest support" select PARAVIRT depends on !X86_VOYAGER Voyager support built into a kernel image does not exclude KVM paravirt guest support - so remove this quirk. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0bf0653969d..363111f40f3 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -426,7 +426,6 @@ config KVM_CLOCK
config KVM_GUEST
bool "KVM Guest support"
select PARAVIRT
- depends on !X86_VOYAGER
help
This option enables various optimizations for running under the KVM
hypervisor.