kernel: Don't enable the iommu by default as this breaks for some hardware
This commit is contained in:
parent
f6978167da
commit
557a3c92e3
@ -318,9 +318,6 @@ with stdenv.lib;
|
|||||||
${optionalString (!stdenv.is64bit) ''
|
${optionalString (!stdenv.is64bit) ''
|
||||||
HIGHMEM64G? y # We need 64 GB (PAE) support for Xen guest support.
|
HIGHMEM64G? y # We need 64 GB (PAE) support for Xen guest support.
|
||||||
''}
|
''}
|
||||||
${optionalString stdenv.is64bit ''
|
|
||||||
INTEL_IOMMU_DEFAULT_ON y
|
|
||||||
''}
|
|
||||||
${optionalString (versionAtLeast version "3.9" && stdenv.is64bit) ''
|
${optionalString (versionAtLeast version "3.9" && stdenv.is64bit) ''
|
||||||
VFIO_PCI_VGA y
|
VFIO_PCI_VGA y
|
||||||
''}
|
''}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user