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/Kconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index ee0eed441a64..1a95a0eca7a9 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -26,6 +26,7 @@ config VIDEO_BT848
26 select VIDEO_IR 26 select VIDEO_IR
27 select VIDEO_TUNER 27 select VIDEO_TUNER
28 select VIDEO_TVEEPROM 28 select VIDEO_TVEEPROM
29 select VIDEO_MSP3400
29 ---help--- 30 ---help---
30 Support for BT848 based frame grabber/overlay boards. This includes 31 Support for BT848 based frame grabber/overlay boards. This includes
31 the Miro, Hauppauge and STB boards. Please read the material in 32 the Miro, Hauppauge and STB boards. Please read the material in
@@ -344,9 +345,19 @@ config VIDEO_M32R_AR_M64278
344config VIDEO_AUDIO_DECODER 345config VIDEO_AUDIO_DECODER
345 tristate "Add support for additional audio chipsets" 346 tristate "Add support for additional audio chipsets"
346 depends on VIDEO_DEV && I2C && EXPERIMENTAL 347 depends on VIDEO_DEV && I2C && EXPERIMENTAL
348 select VIDEO_MSP3400
347 ---help--- 349 ---help---
348 Say Y here to compile drivers for WM8775 and CS53L32A audio 350 Say Y here to compile drivers for WM8775, CS53L32A and
349 decoders. 351 MSP34xx audio decoders.
352
353config VIDEO_MSP3400
354 tristate "Micronas MSP34xx audio decoders"
355 depends on VIDEO_DEV && I2C
356 ---help---
357 Support for the Micronas MSP34xx series of audio decoders.
358
359 To compile this driver as a module, choose M here: the
360 module will be called msp3400
350 361
351config VIDEO_DECODER 362config VIDEO_DECODER
352 tristate "Add support for additional video chipsets" 363 tristate "Add support for additional video chipsets"