diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-28 08:17:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-05 18:22:53 -0300 |
commit | 724f4a321ff5f6d4dd6176e95063d05a85520736 (patch) | |
tree | f5587892dc589a865f702cbeae71e5f8212b13cb /drivers/media/video/m5mols | |
parent | 8cfd9dccf2693774d28c2d4ea7b2a7301c99d190 (diff) | |
download | blackbird-op-linux-724f4a321ff5f6d4dd6176e95063d05a85520736.tar.gz blackbird-op-linux-724f4a321ff5f6d4dd6176e95063d05a85520736.zip |
[media] media: only show V4L devices based on device type selection
After this patch, the MEDIA*_SUPPORT will be used as a filter,
exposing only devices that are pertinent to one of the 3
V4L types: webcam/grabber, radio, analog TV.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/m5mols')
-rw-r--r-- | drivers/media/video/m5mols/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/m5mols/Kconfig b/drivers/media/video/m5mols/Kconfig index 302dc3d70193..dc8c2505907e 100644 --- a/drivers/media/video/m5mols/Kconfig +++ b/drivers/media/video/m5mols/Kconfig @@ -1,5 +1,6 @@ config VIDEO_M5MOLS tristate "Fujitsu M-5MOLS 8MP sensor support" depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API + depends on MEDIA_CAMERA_SUPPORT ---help--- This driver supports Fujitsu M-5MOLS camera sensor with ISP |