aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-28 16:23:48 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-02 03:55:45 -0400
commit75c4570ca4849b089c4edfc14bf02b4720087aba (patch)
tree427dfbcfe52b0e2469d65101d79366ce822a422a /drivers/media/video/Kconfig
parent953a676c83bfd22cac3648fc5f566ca4a2fe1297 (diff)
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
343 module will be called cs53l32a 343 module will be called cs53l32a
344 344
345config VIDEO_WM8775 345config VIDEO_WM8775
346 tristate "Wolfson Microelectronics WM8775 audio ADC" 346 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
347 depends on VIDEO_DEV && I2C && EXPERIMENTAL 347 depends on VIDEO_DEV && I2C && EXPERIMENTAL
348 ---help--- 348 ---help---
349 Support for the Wolfson Microelectronics WM8775 349 Support for the Wolfson Microelectronics WM8775 high
350 high performance stereo A/D Converter. 350 performance stereo A/D Converter with a 4 channel input mixer.
351 351
352 To compile this driver as a module, choose M here: the 352 To compile this driver as a module, choose M here: the
353 module will be called wm8775 353 module will be called wm8775
354 354
355config VIDEO_WM8739
356 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
357 depends on VIDEO_DEV && I2C && EXPERIMENTAL
358 ---help---
359 Support for the Wolfson Microelectronics WM8739
360 stereo A/D Converter.
361
362 To compile this driver as a module, choose M here: the
363 module will be called wm8739
364
355source "drivers/media/video/cx25840/Kconfig" 365source "drivers/media/video/cx25840/Kconfig"
356 366
357config VIDEO_SAA711X 367config VIDEO_SAA711X