aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 2ae2c52718a..9df669e70fd 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -346,6 +346,8 @@ config VIDEO_AUDIO_DECODER
346 tristate "Add support for additional audio chipsets" 346 tristate "Add support for additional audio chipsets"
347 depends on VIDEO_DEV && I2C && EXPERIMENTAL 347 depends on VIDEO_DEV && I2C && EXPERIMENTAL
348 select VIDEO_MSP3400 348 select VIDEO_MSP3400
349 select VIDEO_CS53L32A
350 select VIDEO_WM8775
349 ---help--- 351 ---help---
350 Say Y here to compile drivers for WM8775, CS53L32A and 352 Say Y here to compile drivers for WM8775, CS53L32A and
351 MSP34xx audio decoders. 353 MSP34xx audio decoders.
@@ -359,6 +361,26 @@ config VIDEO_MSP3400
359 To compile this driver as a module, choose M here: the 361 To compile this driver as a module, choose M here: the
360 module will be called msp3400 362 module will be called msp3400
361 363
364config VIDEO_CS53L32A
365 tristate "Cirrus Logic CS53L32A audio ADC"
366 depends on VIDEO_DEV && I2C && EXPERIMENTAL
367 ---help---
368 Support for the Cirrus Logic CS53L32A low voltage
369 stereo A/D converter.
370
371 To compile this driver as a module, choose M here: the
372 module will be called cs53l32a
373
374config VIDEO_WM8775
375 tristate "Wolfson Microelectronics WM8775 audio ADC"
376 depends on VIDEO_DEV && I2C && EXPERIMENTAL
377 ---help---
378 Support for the Wolfson Microelectronics WM8775
379 high performance stereo A/D Converter.
380
381 To compile this driver as a module, choose M here: the
382 module will be called wm8775
383
362source "drivers/media/video/cx25840/Kconfig" 384source "drivers/media/video/cx25840/Kconfig"
363 385
364config VIDEO_SAA711X 386config VIDEO_SAA711X