diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2013-01-05 16:56:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-06 07:46:40 -0500 |
commit | 668a8b3b57e26a14a5172c84da0d861fb9f697d9 (patch) | |
tree | 42329e6f3dc18476865f9b3c1b2e9b5fdfd3259e /drivers/media/platform | |
parent | 5e8d02bb346d6240b029f1990ddc295d7d59685b (diff) |
[media] v4l: Don't compile v4l2-int-device unless really needed
Add a configuration option for v4l2-int-device so it is only compiled when
necessary, which is only by omap24xxcam and tcm825x drivers.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r-- | drivers/media/platform/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index c071b079de23..2433e2bbeee4 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig | |||
@@ -92,7 +92,7 @@ config VIDEO_M32R_AR_M64278 | |||
92 | 92 | ||
93 | config VIDEO_OMAP2 | 93 | config VIDEO_OMAP2 |
94 | tristate "OMAP2 Camera Capture Interface driver" | 94 | tristate "OMAP2 Camera Capture Interface driver" |
95 | depends on VIDEO_DEV && ARCH_OMAP2 | 95 | depends on VIDEO_DEV && ARCH_OMAP2 && VIDEO_V4L2_INT_DEVICE |
96 | select VIDEOBUF_DMA_SG | 96 | select VIDEOBUF_DMA_SG |
97 | ---help--- | 97 | ---help--- |
98 | This is a v4l2 driver for the TI OMAP2 camera capture interface | 98 | This is a v4l2 driver for the TI OMAP2 camera capture interface |