more kernel fixes
This commit is contained in:
parent
fb3e83d091
commit
7ff9cd2c41
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user