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/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 272b0e0daf2..82ca9ab75aa 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -338,6 +338,34 @@ config VIDEO_M32R_AR_M64278
338menu "Encoders and Decoders" 338menu "Encoders and Decoders"
339 depends on VIDEO_DEV 339 depends on VIDEO_DEV
340 340
341config VIDEO_TVAUDIO
342 tristate "Support for several audio decoder chips found on bt8xx boards"
343 depends on VIDEO_DEV && I2C
344 ---help---
345 Support for several audio decoder chips found on some bt8xx boards:
346 tda8425, tea6300, tea6420, tea9840, tda985x, tda9874, pic16c54.
347
348 To compile this driver as a module, choose M here: the
349 module will be called tvaudio.
350
351config VIDEO_TDA7432
352 tristate "Support for tda7432 chip"
353 depends on VIDEO_DEV && I2C
354 ---help---
355 Support for tda7432 audio decoder chip found on some bt8xx boards.
356
357 To compile this driver as a module, choose M here: the
358 module will be called tda7432.
359
360config VIDEO_TDA9875
361 tristate "Support for tda9875 chip"
362 depends on VIDEO_DEV && I2C
363 ---help---
364 Support for tda9875 audio decoder chip found on some bt8xx boards.
365
366 To compile this driver as a module, choose M here: the
367 module will be called tda9875.
368
341config VIDEO_MSP3400 369config VIDEO_MSP3400
342 tristate "Micronas MSP34xx audio decoders" 370 tristate "Micronas MSP34xx audio decoders"
343 depends on VIDEO_DEV && I2C 371 depends on VIDEO_DEV && I2C