mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
mips: KVM_GUEST makes no sense for 64bit builds...
it's always been about MIPS32 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
c3cd756481
commit
fd624c712d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue