forked from mirrors/nixpkgs
kernel-config: Fix for i686
This commit is contained in:
parent
3b913df217
commit
ec1a281f0a
|
@ -396,7 +396,7 @@ with stdenv.lib;
|
|||
KVM_COMPAT y
|
||||
''}
|
||||
${optionalString (versionAtLeast version "3.10") ''
|
||||
KVM_DEVICE_ASSIGNMENT y
|
||||
KVM_DEVICE_ASSIGNMENT? y
|
||||
''}
|
||||
${optionalString (versionAtLeast version "4.0") ''
|
||||
KVM_GENERIC_DIRTYLOG_READ_PROTECT y
|
||||
|
|
Loading…
Reference in a new issue