about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.8.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-05-16 03:16:23 -0700
committerDomen Kožar <domen@dev.si>2013-05-16 03:16:23 -0700
commit378d975b8851967e9b57e537cd9a9b83ed32975b (patch)
treeaf62f2b46cd9b9485abe62581c1fa8e425437f8a /pkgs/os-specific/linux/kernel/linux-3.8.nix
parent098fb6d70daf9b04bca0c6aaaa3591f02ad4849e (diff)
parentb5e6e1b78c477491f1337c35545bae877ae4e4bd (diff)
Merge pull request #505 from MarcWeber/submit/linux-3.8-dvb-support
without these two settings my USB dvb-t stick doesn't work
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.8.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.8.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.8.nix b/pkgs/os-specific/linux/kernel/linux-3.8.nix
index 6d077139e329b..6681438edd592 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.8.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.8.nix
@@ -238,6 +238,9 @@ let
       DEVTMPFS y
 
       # Media support
+      MEDIA_SUPPORT y
+      MEDIA_DIGITAL_TV_SUPPORT y
+
       MEDIA_CAMERA_SUPPORT? y
       MEDIA_RC_SUPPORT? y
       MEDIA_USB_SUPPORT y