Skip to content
Commit e0ec9483 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86/Voyager: remove KVM Kconfig quirk



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: default avatarIngo Molnar <mingo@elte.hu>
parent 07ef83ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment