aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-28 18:23:48 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-02 04:55:45 -0300
commit75c4570ca4849b089c4edfc14bf02b4720087aba (patch)
tree427dfbcfe52b0e2469d65101d79366ce822a422a /drivers/media/video/Kconfig
parentV4L/DVB (3658): Kconfig: Fix PCI ID typo in VIDEO_CX88_ALSA help text (diff)
downloadlinux-dev-75c4570ca4849b089c4edfc14bf02b4720087aba.tar.xz
linux-dev-75c4570ca4849b089c4edfc14bf02b4720087aba.zip
V4L/DVB (3661): Add wm8739 stereo audio ADC i2c driver
Add support for the Wolfson Microelectronics WM8739 stereo A/D converter from the ivtv driver. Many thanks to Takahiro Adachi for writing the original driver. Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com> 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/Kconfig16
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 730d816f8724..e19c403c3214 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -343,15 +343,25 @@ config VIDEO_CS53L32A
module will be called cs53l32a
config VIDEO_WM8775
- tristate "Wolfson Microelectronics WM8775 audio ADC"
+ tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
---help---
- Support for the Wolfson Microelectronics WM8775
- high performance stereo A/D Converter.
+ Support for the Wolfson Microelectronics WM8775 high
+ performance stereo A/D Converter with a 4 channel input mixer.
To compile this driver as a module, choose M here: the
module will be called wm8775
+config VIDEO_WM8739
+ tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
+ depends on VIDEO_DEV && I2C && EXPERIMENTAL
+ ---help---
+ Support for the Wolfson Microelectronics WM8739
+ stereo A/D Converter.
+
+ To compile this driver as a module, choose M here: the
+ module will be called wm8739
+
source "drivers/media/video/cx25840/Kconfig"
config VIDEO_SAA711X