summaryrefslogtreecommitdiff
path: root/drivers/media/video/smiapp
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-05-28 08:17:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-05 18:22:53 -0300
commit724f4a321ff5f6d4dd6176e95063d05a85520736 (patch)
treef5587892dc589a865f702cbeae71e5f8212b13cb /drivers/media/video/smiapp
parent8cfd9dccf2693774d28c2d4ea7b2a7301c99d190 (diff)
downloadlinux-next-724f4a321ff5f6d4dd6176e95063d05a85520736.tar.gz
[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/Kconfig1
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.