diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 22:48:51 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 22:48:51 -0300 |
| commit | 70563a913cd706ee2ff44f15f9be404764f932dc (patch) | |
| tree | 4f5d6a51eead1aeb035c1a6df3212d22fcdb76c8 /linux/drivers/media/video/Kconfig | |
| parent | 341276db860080bc5939fe2554bf9fd3f8a81969 (diff) | |
| parent | d61139b02ffe6aefe7dfd1da54dcaa7a047e69e0 (diff) | |
| download | mediapointer-dvb-s2-70563a913cd706ee2ff44f15f9be404764f932dc.tar.gz mediapointer-dvb-s2-70563a913cd706ee2ff44f15f9be404764f932dc.tar.bz2 | |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx23885
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
| -rw-r--r-- | linux/drivers/media/video/Kconfig | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 114bf04a6..58abbe374 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -249,6 +249,20 @@ config VIDEO_VP27SMPX To compile this driver as a module, choose M here: the module will be called vp27smpx. +comment "RDS decoders" + +config VIDEO_SAA6588 + tristate "SAA6588 Radio Chip RDS decoder support" + depends on VIDEO_V4L2 && I2C + + help + Support for this Radio Data System (RDS) decoder. This allows + seeing radio station identification transmitted using this + standard. + + To compile this driver as a module, choose M here: the + module will be called saa6588. + comment "Video decoders" config VIDEO_BT819 @@ -467,18 +481,6 @@ config VIDEO_VIVI source "drivers/media/video/bt8xx/Kconfig" -config VIDEO_SAA6588 - tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" - depends on I2C && VIDEO_BT848 - - help - Support for Radio Data System (RDS) decoder. This allows seeing - radio station identification transmitted using this standard. - Currently, it works only with bt8x8 chips. - - To compile this driver as a module, choose M here: the - module will be called saa6588. - config VIDEO_PMS tristate "Mediavision Pro Movie Studio Video For Linux" depends on ISA && VIDEO_V4L1 |
