more kernel fixes

This commit is contained in:
Domen Kožar 2014-11-11 09:21:53 +01:00
parent fb3e83d091
commit 7ff9cd2c41

View file

@ -321,7 +321,7 @@ with stdenv.lib;
${optionalString stdenv.is64bit ''
INTEL_IOMMU_DEFAULT_ON y
''}
${optionalString (versionAtLeast version "3.9") ''
${optionalString (versionAtLeast version "3.9" && stdenv.is64bit) ''
VFIO_PCI_VGA y
''}
VIRT_DRIVERS y