about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.8.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2013-05-06 05:15:34 +0200
committerMarc Weber <marco-oweber@gmx.de>2013-05-06 05:15:34 +0200
commitb5e6e1b78c477491f1337c35545bae877ae4e4bd (patch)
tree6aae0283bcf6618bd9a9c0884631b44853799c16 /pkgs/os-specific/linux/kernel/linux-3.8.nix
parent9a0861228649b71377f9b81dde577733aa611194 (diff)
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 a8dacfda4a335..5d4eac5998b3f 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.8.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.8.nix
@@ -237,6 +237,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