Merge pull request #8256 from dezgeg/pr-i686-kconfig

kernel-config: Fix 4.0 build on 32-bit
This commit is contained in:
Domen Kožar
2015-06-26 13:23:35 +02:00

View File

@@ -396,7 +396,7 @@ with stdenv.lib;
KVM_CLOCK? y
''}
${optionalString (versionAtLeast version "4.0") ''
KVM_COMPAT y
KVM_COMPAT? y
''}
${optionalString (versionAtLeast version "3.10") ''
KVM_DEVICE_ASSIGNMENT? y