diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 18:04:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 18:04:17 -0300 |
commit | f5d5d61709ac40ec30497bf1f7f7474329075441 (patch) | |
tree | 7c2b96f6726f7c3a1c8c802e67a85c96ff6c04ad /linux/drivers/media/video/Kconfig | |
parent | 018141ee2de19a0e46afdf440d30ca581f465011 (diff) | |
download | mediapointer-dvb-s2-f5d5d61709ac40ec30497bf1f7f7474329075441.tar.gz mediapointer-dvb-s2-f5d5d61709ac40ec30497bf1f7f7474329075441.tar.bz2 |
TCM825x: Add driver.
From: Sakari Ailus <sakari.ailus@nokia.com>
Add a driver for Toshiba TCM825x VGA camera sensor. This sensor is used
e.g. in Nokia N800 internet tablet.
This driver uses the new V4L2 internal ioctl interface.
Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index bec790faf..573633384 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -197,6 +197,13 @@ config VIDEO_OV7670 OV7670 VGA camera. It currently only works with the M88ALP01 controller. +config VIDEO_TCM825X + tristate "TCM825x camera sensor support" + depends on I2C && VIDEO_V4L2 + ---help--- + This is a driver for the Toshiba TCM825x VGA camera sensor. + It is used for example in Nokia N800. + config VIDEO_SAA7110 tristate "Philips SAA7110 video decoder" depends on VIDEO_V4L1 && I2C |