Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357349
b: refs/heads/master
c: 668a8b3
h: refs/heads/master
i:
  357347: c21e25d
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent 91948bd commit 3caca61
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e8d02bb346d6240b029f1990ddc295d7d59685b
refs/heads/master: 668a8b3b57e26a14a5172c84da0d861fb9f697d9
2 changes: 1 addition & 1 deletion trunk/drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ config VIDEO_M32R_AR_M64278

config VIDEO_OMAP2
tristate "OMAP2 Camera Capture Interface driver"
depends on VIDEO_DEV && ARCH_OMAP2
depends on VIDEO_DEV && ARCH_OMAP2 && VIDEO_V4L2_INT_DEVICE
select VIDEOBUF_DMA_SG
---help---
This is a v4l2 driver for the TI OMAP2 camera capture interface
Expand Down
11 changes: 11 additions & 0 deletions trunk/drivers/media/v4l2-core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ config VIDEOBUF2_DMA_SG
#depends on HAS_DMA
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS

config VIDEO_V4L2_INT_DEVICE
tristate "V4L2 int device (DEPRECATED)"
depends on VIDEO_V4L2
---help---
An early framework for a hardware-independent interface for
image sensors and bridges etc. Currently used by omap24xxcam and
tcm825x drivers that should be converted to V4L2 subdev.

Do not use for new developments.

3 changes: 2 additions & 1 deletion trunk/drivers/media/v4l2-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ifeq ($(CONFIG_COMPAT),y)
videodev-objs += v4l2-compat-ioctl32.o
endif

obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-int-device.o
obj-$(CONFIG_VIDEO_DEV) += videodev.o
obj-$(CONFIG_VIDEO_V4L2_INT_DEVICE) += v4l2-int-device.o
obj-$(CONFIG_VIDEO_V4L2) += v4l2-common.o

obj-$(CONFIG_VIDEO_TUNER) += tuner.o
Expand Down

0 comments on commit 3caca61

Please sign in to comment.