aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/usbtv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/usbtv/Kconfig')
-rw-r--r--drivers/media/usb/usbtv/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/usbtv/Kconfig b/drivers/media/usb/usbtv/Kconfig
index 7c5b86006ee6..b833c5b9094e 100644
--- a/drivers/media/usb/usbtv/Kconfig
+++ b/drivers/media/usb/usbtv/Kconfig
@@ -1,6 +1,7 @@
config VIDEO_USBTV
tristate "USBTV007 video capture support"
- depends on VIDEO_V4L2
+ depends on VIDEO_V4L2 && SND
+ select SND_PCM
select VIDEOBUF2_VMALLOC
---help---