diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 11:41:25 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-26 00:01:46 +0300 |
commit | 761dacd25d9e9be2358df21a0f086bbb4cf1c789 (patch) | |
tree | 30f16ed79abc5346d0c25b124e8c8fc3643e7bd6 /drivers/media/video/Kconfig | |
parent | 4be2f47054fb12a5868838770595e8d3a02e60f2 (diff) | |
download | linux-761dacd25d9e9be2358df21a0f086bbb4cf1c789.tar.xz |
V4L/DVB (6486): m52790: add new Mitsubishi A/V switch i2c driver
This driver is used by the ASUS Falcon2 cx23416-based cards.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index ea5be3711a7d..320f9e06a933 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -119,6 +119,15 @@ config VIDEO_CS53L32A To compile this driver as a module, choose M here: the module will be called cs53l32a. +config VIDEO_M52790 + tristate "Mitsubishi M52790 A/V switch" + depends on VIDEO_V4L2 && I2C && EXPERIMENTAL + ---help--- + Support for the Mitsubishi M52790 A/V switch. + + To compile this driver as a module, choose M here: the + module will be called m52790. + config VIDEO_TLV320AIC23B tristate "Texas Instruments TLV320AIC23B audio codec" depends on VIDEO_V4L2 && I2C && EXPERIMENTAL |