about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-12-17 11:52:47 +0100
committerLluís Batlle i Rossell <viric@viric.name>2012-12-17 11:52:47 +0100
commitfaf821e501df62058b122c04ee0ad829620d8227 (patch)
tree029128e3fc70637a584b86b3848134c3aa8c6506 /pkgs/os-specific/linux/kernel
parent6a147cfbfa9f3d78ca577ed32cc3911c6896f76b (diff)
downloadnixlib-faf821e501df62058b122c04ee0ad829620d8227.tar
nixlib-faf821e501df62058b122c04ee0ad829620d8227.tar.gz
nixlib-faf821e501df62058b122c04ee0ad829620d8227.tar.bz2
nixlib-faf821e501df62058b122c04ee0ad829620d8227.tar.lz
nixlib-faf821e501df62058b122c04ee0ad829620d8227.tar.xz
nixlib-faf821e501df62058b122c04ee0ad829620d8227.tar.zst
nixlib-faf821e501df62058b122c04ee0ad829620d8227.zip
Adding USB cameras to linux 3.7
Details changed since the 3.6 config to get this enabled.
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.7.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.7.nix b/pkgs/os-specific/linux/kernel/linux-3.7.nix
index 7197cd780b9e..6eda20a0789e 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.7.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.7.nix
@@ -235,6 +235,7 @@ let
       # Media support
       MEDIA_CAMERA_SUPPORT? y
       MEDIA_RC_SUPPORT? y
+      MEDIA_USB_SUPPORT y
 
       ${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
       ${extraConfig}