The patch number 11281 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Hans Verkuil <[email protected]>
bttv: move saa6588 config to the helper chip config
saa6588 can also be used by other drivers than just bttv. Move it to a
new RDS decoders category and add it as helper chip to bttv.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/Kconfig | 26 ++++++++++++------------
linux/drivers/media/video/bt8xx/Kconfig | 1
2 files changed, 15 insertions(+), 12 deletions(-)
diff -r df7a51ffa2ba -r 836328d1449e linux/drivers/media/video/Kconfig
--- a/linux/drivers/media/video/Kconfig Sun Mar 29 05:58:58 2009 -0300
+++ b/linux/drivers/media/video/Kconfig Sun Mar 29 11:17:31 2009 +0200
@@ -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
@@ -466,18 +480,6 @@ config VIDEO_VIVI
In doubt, say N.
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"
diff -r df7a51ffa2ba -r 836328d1449e linux/drivers/media/video/bt8xx/Kconfig
--- a/linux/drivers/media/video/bt8xx/Kconfig Sun Mar 29 05:58:58 2009 -0300
+++ b/linux/drivers/media/video/bt8xx/Kconfig Sun Mar 29 11:17:31 2009 +0200
@@ -10,6 +10,7 @@ config VIDEO_BT848
select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
+ select VIDEO_SAA6588 if VIDEO_HELPER_CHIPS_AUTO
---help---
Support for BT848 based frame grabber/overlay boards. This includes
the Miro, Hauppauge and STB boards. Please read the material in
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/836328d1449e9d13edbfb30125291273968c7b03
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits