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 '' ${optionalString stdenv.is64bit ''
INTEL_IOMMU_DEFAULT_ON y INTEL_IOMMU_DEFAULT_ON y
''} ''}
${optionalString (versionAtLeast version "3.9") '' ${optionalString (versionAtLeast version "3.9" && stdenv.is64bit) ''
VFIO_PCI_VGA y VFIO_PCI_VGA y
''} ''}
VIRT_DRIVERS y VIRT_DRIVERS y