diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-08 00:09:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:23:11 -0400 |
commit | 8573a9e6a8ed724b7e3074dc8762d4117ed0b3aa (patch) | |
tree | c84aa587103700a3db61f271dfb7c0b99aa37492 /drivers/media/video/Kconfig | |
parent | 8b4a40809e5330c9da5d20107d693d92d73b31dc (diff) |
V4L/DVB (5563a): Add experimental support for tea5761 tuner
This driver were made based on tea5761 specs.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 4d45a40016de..bb072ab5f09b 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -489,6 +489,14 @@ config TUNER_3036 | |||
489 | Say Y here to include support for Philips SAB3036 compatible tuners. | 489 | Say Y here to include support for Philips SAB3036 compatible tuners. |
490 | If in doubt, say N. | 490 | If in doubt, say N. |
491 | 491 | ||
492 | config TUNER_TEA5761 | ||
493 | tristate "TEA 5761 radio tuner (EXPERIMENTAL)" | ||
494 | depends on I2C | ||
495 | select VIDEO_TUNER | ||
496 | help | ||
497 | Say Y here to include support for Philips TEA5761 radio tuner. | ||
498 | If in doubt, say N. | ||
499 | |||
492 | config VIDEO_VINO | 500 | config VIDEO_VINO |
493 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" | 501 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" |
494 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 | 502 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 |