mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Revert "linux kernel: set VFIO_PCI_VGA to y
for versions > 3.9"
This reverts commit 774486a149
.
This commit is contained in:
parent
e78763da0d
commit
e0098e8408
1 changed files with 0 additions and 5 deletions
|
@ -326,11 +326,6 @@ with stdenv.lib;
|
|||
''}
|
||||
VIRT_DRIVERS y
|
||||
|
||||
# Device virtualisation.
|
||||
${optionalString (versionAtLeast version "3.9") ''
|
||||
VFIO_PCI_VGA? y
|
||||
''}
|
||||
|
||||
# Media support.
|
||||
${optionalString (versionAtLeast version "3.6") ''
|
||||
MEDIA_DIGITAL_TV_SUPPORT y
|
||||
|
|
Loading…
Reference in a new issue