diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-02 10:57:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:02 -0500 |
commit | 6cb45879dca84c667996d65a12880db6705a2b0e (patch) | |
tree | 1548d262b2bcf68eeaf07d5ec5fa33af5e0a11af /drivers/media/video/Kconfig | |
parent | 12466577853b0d057f4416f4c7020e544f3a4209 (diff) |
V4L/DVB (6423): Add tuner-xc2028 driver
Add support for Xceive XC2028/XC3028 tuner driver
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index ea5be3711a7d..454846355e93 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -505,6 +505,18 @@ config TUNER_3036 | |||
505 | Say Y here to include support for Philips SAB3036 compatible tuners. | 505 | Say Y here to include support for Philips SAB3036 compatible tuners. |
506 | If in doubt, say N. | 506 | If in doubt, say N. |
507 | 507 | ||
508 | config TUNER_XC2028 | ||
509 | tristate "Xceive xc2028 support for tm5600/tm6000 driver" | ||
510 | depends on I2C | ||
511 | select VIDEO_TUNER | ||
512 | help | ||
513 | Say Y here to include support for Xceive xc2028 tuner. This is | ||
514 | required on a few tm5600/tm6000 designs. You should notice | ||
515 | that this module currently works only with the special | ||
516 | firmware versions used on those Trident chips. | ||
517 | |||
518 | If in doubt, say N. | ||
519 | |||
508 | config VIDEO_VINO | 520 | config VIDEO_VINO |
509 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" | 521 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" |
510 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 | 522 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 |