aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-29 12:56:17 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-02 03:55:51 -0400
commitadd953cecba870f4ad7730bd0a6d5eaaabeac3bc (patch)
treee42b154981058ffcc2205ccb31b73b5c7e4b9db5 /drivers/media/video/Kconfig
parent7061561e640c2947ab93c4e2a437327657c4482e (diff)
V4L/DVB (3665): Add new NEC uPD64031A and uPD64083 i2c drivers
- Add support for the uPD64031A NEC Electronics Ghost Reduction i2c device - Add support for the uPD6408x NEC Electronics 3-Dimensional Y/C separation i2c device. Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com> Signed-off-by: Takeru Komoriya <komoriya@paken.org> 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/Kconfig37
1 files changed, 30 insertions, 7 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index e19c403c3214..fb5be2606203 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -300,7 +300,7 @@ config VIDEO_OVCAMCHIP
300 camera drivers. 300 camera drivers.
301 301
302 To compile this driver as a module, choose M here: the 302 To compile this driver as a module, choose M here: the
303 module will be called ovcamchip 303 module will be called ovcamchip.
304 304
305config VIDEO_M32R_AR 305config VIDEO_M32R_AR
306 tristate "AR devices" 306 tristate "AR devices"
@@ -330,7 +330,7 @@ config VIDEO_MSP3400
330 Support for the Micronas MSP34xx series of audio decoders. 330 Support for the Micronas MSP34xx series of audio decoders.
331 331
332 To compile this driver as a module, choose M here: the 332 To compile this driver as a module, choose M here: the
333 module will be called msp3400 333 module will be called msp3400.
334 334
335config VIDEO_CS53L32A 335config VIDEO_CS53L32A
336 tristate "Cirrus Logic CS53L32A audio ADC" 336 tristate "Cirrus Logic CS53L32A audio ADC"
@@ -340,7 +340,7 @@ config VIDEO_CS53L32A
340 stereo A/D converter. 340 stereo A/D converter.
341 341
342 To compile this driver as a module, choose M here: the 342 To compile this driver as a module, choose M here: the
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 with input mixer" 346 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
@@ -350,7 +350,7 @@ config VIDEO_WM8775
350 performance stereo A/D Converter with a 4 channel input mixer. 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 355config VIDEO_WM8739
356 tristate "Wolfson Microelectronics WM8739 stereo audio ADC" 356 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
@@ -360,7 +360,7 @@ config VIDEO_WM8739
360 stereo A/D Converter. 360 stereo A/D Converter.
361 361
362 To compile this driver as a module, choose M here: the 362 To compile this driver as a module, choose M here: the
363 module will be called wm8739 363 module will be called wm8739.
364 364
365source "drivers/media/video/cx25840/Kconfig" 365source "drivers/media/video/cx25840/Kconfig"
366 366
@@ -371,7 +371,7 @@ config VIDEO_SAA711X
371 Support for the Philips SAA7113/4/5 video decoders. 371 Support for the Philips SAA7113/4/5 video decoders.
372 372
373 To compile this driver as a module, choose M here: the 373 To compile this driver as a module, choose M here: the
374 module will be called saa7115 374 module will be called saa7115.
375 375
376config VIDEO_SAA7127 376config VIDEO_SAA7127
377 tristate "Philips SAA7127/9 digital video encoders" 377 tristate "Philips SAA7127/9 digital video encoders"
@@ -380,7 +380,30 @@ config VIDEO_SAA7127
380 Support for the Philips SAA7127/9 digital video encoders. 380 Support for the Philips SAA7127/9 digital video encoders.
381 381
382 To compile this driver as a module, choose M here: the 382 To compile this driver as a module, choose M here: the
383 module will be called saa7127 383 module will be called saa7127.
384
385config VIDEO_UPD64031A
386 tristate "NEC Electronics uPD64031A Ghost Reduction"
387 depends on VIDEO_DEV && I2C && EXPERIMENTAL
388 ---help---
389 Support for the NEC Electronics uPD64031A Ghost Reduction
390 video chip. It is most often found in NTSC TV cards made for
391 Japan and is used to reduce the 'ghosting' effect that can
392 be present in analog TV broadcasts.
393
394 To compile this driver as a module, choose M here: the
395 module will be called upd64031a.
396
397config VIDEO_UPD64083
398 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
399 depends on VIDEO_DEV && I2C && EXPERIMENTAL
400 ---help---
401 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
402 separation video chip. It is used to improve the quality of
403 the colors of a composite signal.
404
405 To compile this driver as a module, choose M here: the
406 module will be called upd64083.
384 407
385endmenu # encoder / decoder chips 408endmenu # encoder / decoder chips
386 409