From: Ezequiel Garcia Date: Sat, 25 Mar 2017 19:14:15 +0000 (-0300) Subject: [media] media: stk1160: Add Kconfig help on snd-usb-audio requirement X-Git-Tag: v4.12-rc1~85^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8357cdec3d1b6b42566ce3bc960e5e10c2b3787;p=thirdparty%2Fkernel%2Flinux.git [media] media: stk1160: Add Kconfig help on snd-usb-audio requirement The Kconfig currently makes no reference to the snd-usb-audio driver, which supports audio capture for this type of devices. Just in case, let's make sure the requirement is mentioned in the description. Signed-off-by: Ezequiel Garcia Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/stk1160/Kconfig b/drivers/media/usb/stk1160/Kconfig index 22dff4f3b921c..425ed00e25992 100644 --- a/drivers/media/usb/stk1160/Kconfig +++ b/drivers/media/usb/stk1160/Kconfig @@ -6,7 +6,11 @@ config VIDEO_STK1160_COMMON This is a video4linux driver for STK1160 based video capture devices. To compile this driver as a module, choose M here: the - module will be called stk1160 + module will be called stk1160. + + This driver only provides support for video capture. For audio + capture, you need to select the snd-usb-audio driver (i.e. + CONFIG_SND_USB_AUDIO). config VIDEO_STK1160 tristate