x86/Voyager: remove KVM Kconfig quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:01:14 +0000 (17:01 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:16:56 +0000 (14:16 +0100)
Voyager and other subarchitectures have this Kconfig quirk:

  select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)

This is unnecessary, as KVM cleanly detects based on CPUID capabilities.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

Simple merge