aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 11:37:33 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-29 08:17:08 -0500
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 0bf0653969dd..363111f40f34 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -426,7 +426,6 @@ config KVM_CLOCK
426config KVM_GUEST 426config KVM_GUEST
427 bool "KVM Guest support" 427 bool "KVM Guest support"
428 select PARAVIRT 428 select PARAVIRT
429 depends on !X86_VOYAGER
430 help 429 help
431 This option enables various optimizations for running under the KVM 430 This option enables various optimizations for running under the KVM
432 hypervisor. 431 hypervisor.