diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 54 |
1 files changed, 46 insertions, 8 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index d82c8a30ba44..c622a4da5663 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 |
@@ -142,6 +143,8 @@ config VIDEO_CPIA_USB | |||
142 | otherwise say N. This will not work with the Creative Webcam III. | 143 | otherwise say N. This will not work with the Creative Webcam III. |
143 | It is also available as a module (cpia_usb). | 144 | It is also available as a module (cpia_usb). |
144 | 145 | ||
146 | source "drivers/media/video/cpia2/Kconfig" | ||
147 | |||
145 | config VIDEO_SAA5246A | 148 | config VIDEO_SAA5246A |
146 | tristate "SAA5246A, SAA5281 Teletext processor" | 149 | tristate "SAA5246A, SAA5281 Teletext processor" |
147 | depends on VIDEO_DEV && I2C | 150 | depends on VIDEO_DEV && I2C |
@@ -339,18 +342,53 @@ config VIDEO_M32R_AR_M64278 | |||
339 | Say Y here to use the Renesas M64278E-800 camera module, | 342 | Say Y here to use the Renesas M64278E-800 camera module, |
340 | which supports VGA(640x480 pixcels) size of images. | 343 | which supports VGA(640x480 pixcels) size of images. |
341 | 344 | ||
342 | config VIDEO_AUDIO_DECODER | 345 | config VIDEO_MSP3400 |
343 | tristate "Add support for additional audio chipsets" | 346 | tristate "Micronas MSP34xx audio decoders" |
347 | depends on VIDEO_DEV && I2C | ||
348 | ---help--- | ||
349 | Support for the Micronas MSP34xx series of audio decoders. | ||
350 | |||
351 | To compile this driver as a module, choose M here: the | ||
352 | module will be called msp3400 | ||
353 | |||
354 | config VIDEO_CS53L32A | ||
355 | tristate "Cirrus Logic CS53L32A audio ADC" | ||
344 | depends on VIDEO_DEV && I2C && EXPERIMENTAL | 356 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
345 | ---help--- | 357 | ---help--- |
346 | Say Y here to compile drivers for WM8775 and CS53L32A audio | 358 | Support for the Cirrus Logic CS53L32A low voltage |
347 | decoders. | 359 | stereo A/D converter. |
348 | 360 | ||
349 | config VIDEO_DECODER | 361 | To compile this driver as a module, choose M here: the |
350 | tristate "Add support for additional video chipsets" | 362 | module will be called cs53l32a |
363 | |||
364 | config VIDEO_WM8775 | ||
365 | tristate "Wolfson Microelectronics WM8775 audio ADC" | ||
351 | depends on VIDEO_DEV && I2C && EXPERIMENTAL | 366 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
352 | ---help--- | 367 | ---help--- |
353 | Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 | 368 | Support for the Wolfson Microelectronics WM8775 |
354 | video decoders. | 369 | high performance stereo A/D Converter. |
370 | |||
371 | To compile this driver as a module, choose M here: the | ||
372 | module will be called wm8775 | ||
373 | |||
374 | source "drivers/media/video/cx25840/Kconfig" | ||
375 | |||
376 | config VIDEO_SAA711X | ||
377 | tristate "Philips SAA7113/4/5 video decoders" | ||
378 | depends on VIDEO_DEV && I2C && EXPERIMENTAL | ||
379 | ---help--- | ||
380 | Support for the Philips SAA7113/4/5 video decoders. | ||
381 | |||
382 | To compile this driver as a module, choose M here: the | ||
383 | module will be called saa7115 | ||
384 | |||
385 | config VIDEO_SAA7127 | ||
386 | tristate "Philips SAA7127/9 digital video encoders" | ||
387 | depends on VIDEO_DEV && I2C && EXPERIMENTAL | ||
388 | ---help--- | ||
389 | Support for the Philips SAA7127/9 digital video encoders. | ||
390 | |||
391 | To compile this driver as a module, choose M here: the | ||
392 | module will be called saa7127 | ||
355 | 393 | ||
356 | endmenu | 394 | endmenu |