3
0
Fork 0
forked from mirrors/nixpkgs

ChromiumOS kernel option fixup

This commit is contained in:
Al Zohali 2016-03-07 18:00:21 +03:00
parent 0ee75214f3
commit 9d03355bed

View file

@ -478,7 +478,9 @@ with stdenv.lib;
''}
${optionalString (versionAtLeast version "3.7") ''
MEDIA_USB_SUPPORT y
MEDIA_PCI_SUPPORT y
${optionalString (!(features.chromiumos or false)) ''
MEDIA_PCI_SUPPORT y
''}
''}
# Our initrd init uses shebang scripts, so can't be modular.