diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-28 13:17:49 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-05 23:22:53 +0200 |
commit | 724f4a321ff5f6d4dd6176e95063d05a85520736 (patch) | |
tree | f5587892dc589a865f702cbeae71e5f8212b13cb /drivers/media/video/smiapp | |
parent | [media] media: Remove VIDEO_MEDIA Kconfig option (diff) | |
download | linux-724f4a321ff5f6d4dd6176e95063d05a85520736.tar.xz 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/smiapp')
-rw-r--r-- | drivers/media/video/smiapp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/smiapp/Kconfig b/drivers/media/video/smiapp/Kconfig index fb99ff18be07..3149cda1d0db 100644 --- a/drivers/media/video/smiapp/Kconfig +++ b/drivers/media/video/smiapp/Kconfig @@ -1,6 +1,7 @@ config VIDEO_SMIAPP tristate "SMIA++/SMIA sensor support" depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK + depends on MEDIA_CAMERA_SUPPORT select VIDEO_SMIAPP_PLL ---help--- This is a generic driver for SMIA++/SMIA camera modules. |