Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92371
b: refs/heads/master
c: e55222e
h: refs/heads/master
i:
  92369: 82f8ca4
  92367: e35a9b9
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 630109f commit d3d1245
Show file tree
Hide file tree
Showing 5 changed files with 1,132 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7c7402f68cf97c9a021466c04029f039f9f4f27
refs/heads/master: e55222ef27a2390d8abce27a3ce2d4c719ad5f1b
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -836,4 +836,13 @@ config USB_STKWEBCAM

endif # V4L_USB_DRIVERS

config SOC_CAMERA
tristate "SoC camera support"
depends on VIDEO_V4L2
select VIDEOBUF_DMA_SG
help
SoC Camera is a common API to several cameras, not connecting
over a bus like PCI or USB. For example some i2c camera connected
directly to the data bus of an SoC.

endif # VIDEO_CAPTURE_DRIVERS
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,7 @@ obj-$(CONFIG_VIDEO_IVTV) += ivtv/
obj-$(CONFIG_VIDEO_VIVI) += vivi.o
obj-$(CONFIG_VIDEO_CX23885) += cx23885/

obj-$(CONFIG_SOC_CAMERA) += soc_camera.o

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
Loading

0 comments on commit d3d1245

Please sign in to comment.