kernel-config: Fix for i686

This commit is contained in:
William A. Kennington III 2015-05-17 03:02:44 -07:00
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