Skip to content

Commit

Permalink
linux.kernel: enable build of stk1160 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
makefu authored and dezgeg committed Nov 8, 2017
1 parent 39015db commit 292f605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -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
Expand Down

0 comments on commit 292f605

Please sign in to comment.