linux.kernel: enable build of stk1160 modules

This commit is contained in:
makefu 2017-11-07 15:48:06 +01:00 committed by Tuomas Tynkkynen
parent 39015dbe4b
commit 292f60504c

View File

@ -573,6 +573,11 @@ with stdenv.lib;
''}
MEDIA_USB_SUPPORT y
MEDIA_PCI_SUPPORT y
MEDIA_ANALOG_TV_SUPPORT y
VIDEO_STK1160_COMMON m
${optionalString (versionOlder version "4.11") ''
VIDEO_STK1160_AC97 y
''}
# Our initrd init uses shebang scripts, so can't be modular.
BINFMT_SCRIPT y