diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2017-03-25 15:14:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-18 11:15:45 -0400 |
commit | e8357cdec3d1b6b42566ce3bc960e5e10c2b3787 (patch) | |
tree | 238188e3b3030202194a109ee84cd56385174d9e /drivers/media | |
parent | c762efd323ca5ba9c6dbcf8975cb6f46a27a2fff (diff) |
[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 <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/usb/stk1160/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/usb/stk1160/Kconfig b/drivers/media/usb/stk1160/Kconfig index 22dff4f3b921..425ed00e2599 100644 --- a/drivers/media/usb/stk1160/Kconfig +++ b/drivers/media/usb/stk1160/Kconfig | |||
@@ -6,7 +6,11 @@ config VIDEO_STK1160_COMMON | |||
6 | This is a video4linux driver for STK1160 based video capture devices. | 6 | This is a video4linux driver for STK1160 based video capture devices. |
7 | 7 | ||
8 | To compile this driver as a module, choose M here: the | 8 | To compile this driver as a module, choose M here: the |
9 | module will be called stk1160 | 9 | module will be called stk1160. |
10 | |||
11 | This driver only provides support for video capture. For audio | ||
12 | capture, you need to select the snd-usb-audio driver (i.e. | ||
13 | CONFIG_SND_USB_AUDIO). | ||
10 | 14 | ||
11 | config VIDEO_STK1160 | 15 | config VIDEO_STK1160 |
12 | tristate | 16 | tristate |