summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2013-01-05 18:56:10 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-01-06 10:46:40 -0200
commit668a8b3b57e26a14a5172c84da0d861fb9f697d9 (patch)
tree42329e6f3dc18476865f9b3c1b2e9b5fdfd3259e /drivers/media/i2c
parent5e8d02bb346d6240b029f1990ddc295d7d59685b (diff)
downloadop-kernel-dev-668a8b3b57e26a14a5172c84da0d861fb9f697d9.zip
op-kernel-dev-668a8b3b57e26a14a5172c84da0d861fb9f697d9.tar.gz
[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/i2c')
-rw-r--r--drivers/media/i2c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index 24d78e2..1e4b2d0 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -477,7 +477,7 @@ config VIDEO_MT9V032
config VIDEO_TCM825X
tristate "TCM825x camera sensor support"
- depends on I2C && VIDEO_V4L2
+ depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
depends on MEDIA_CAMERA_SUPPORT
---help---
This is a driver for the Toshiba TCM825x VGA camera sensor.
OpenPOWER on IntegriCloud