diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 04:41:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:46 -0500 |
commit | 761dacd25d9e9be2358df21a0f086bbb4cf1c789 (patch) | |
tree | 30f16ed79abc5346d0c25b124e8c8fc3643e7bd6 /drivers/media/video/Kconfig | |
parent | 4be2f47054fb12a5868838770595e8d3a02e60f2 (diff) |
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 | |||
119 | To compile this driver as a module, choose M here: the | 119 | To compile this driver as a module, choose M here: the |
120 | module will be called cs53l32a. | 120 | module will be called cs53l32a. |
121 | 121 | ||
122 | config VIDEO_M52790 | ||
123 | tristate "Mitsubishi M52790 A/V switch" | ||
124 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | ||
125 | ---help--- | ||
126 | Support for the Mitsubishi M52790 A/V switch. | ||
127 | |||
128 | To compile this driver as a module, choose M here: the | ||
129 | module will be called m52790. | ||
130 | |||
122 | config VIDEO_TLV320AIC23B | 131 | config VIDEO_TLV320AIC23B |
123 | tristate "Texas Instruments TLV320AIC23B audio codec" | 132 | tristate "Texas Instruments TLV320AIC23B audio codec" |
124 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | 133 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL |