Commit fd624c71 authored by Al Viro's avatar Al Viro

mips: KVM_GUEST makes no sense for 64bit builds...

it's always been about MIPS32
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c3cd7564
......@@ -2182,7 +2182,7 @@ endchoice
config KVM_GUEST
bool "KVM Guest Kernel"
depends on CPU_MIPS32_R2
depends on BROKEN_ON_SMP
depends on !64BIT && BROKEN_ON_SMP
help
Select this option if building a guest kernel for KVM (Trap & Emulate)
mode.
......
Markdown is supported
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