Revert "linux kernel: set VFIO_PCI_VGA to y for versions > 3.9"

This reverts commit 774486a149.
This commit is contained in:
William A. Kennington III 2015-01-07 10:53:58 -08:00
parent e78763da0d
commit e0098e8408

View file

@ -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