Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357424
b: refs/heads/master
c: cac47f1
h: refs/heads/master
v: v3
  • Loading branch information
Andrzej Hajda authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 096928a commit ebc529b
Show file tree
Hide file tree
Showing 9 changed files with 2,950 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: 6e83e6e25eb49dc57a69b3f8ecc1e764c9775101
refs/heads/master: cac47f1822fcb97018e24b05a7fb31f11a6bc28c
7 changes: 7 additions & 0 deletions trunk/drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,13 @@ config VIDEO_S5K4ECGX

source "drivers/media/i2c/smiapp/Kconfig"

config VIDEO_S5C73M3
tristate "Samsung S5C73M3 sensor support"
depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
---help---
This is a V4L2 sensor-level driver for Samsung S5C73M3
8 Mpixel camera.

comment "Flash devices"

config VIDEO_ADP1653
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ obj-$(CONFIG_VIDEO_SR030PC30) += sr030pc30.o
obj-$(CONFIG_VIDEO_NOON010PC30) += noon010pc30.o
obj-$(CONFIG_VIDEO_S5K6AA) += s5k6aa.o
obj-$(CONFIG_VIDEO_S5K4ECGX) += s5k4ecgx.o
obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3/
obj-$(CONFIG_VIDEO_ADP1653) += adp1653.o
obj-$(CONFIG_VIDEO_AS3645A) += as3645a.o
obj-$(CONFIG_VIDEO_SMIAPP_PLL) += smiapp-pll.o
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/i2c/s5c73m3/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
s5c73m3-objs := s5c73m3-core.o s5c73m3-spi.o s5c73m3-ctrls.o
obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3.o
Loading

0 comments on commit ebc529b

Please sign in to comment.