aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-29 05:17:31 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:46 -0400
commitffe84b7a31bb39a26d74ff5a9ee921cd2c23e29c (patch)
tree46a83403c5bbca87309068648cc753ec5bfc023c
parent893cce04b77e3e520e2b3ce4ae629f57dc6ce7f7 (diff)
V4L/DVB (11281): 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. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/Kconfig26
-rw-r--r--drivers/media/video/bt8xx/Kconfig1
2 files changed, 15 insertions, 12 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 3f85b9e63754..76bad5819592 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -249,6 +249,20 @@ config VIDEO_VP27SMPX
249 To compile this driver as a module, choose M here: the 249 To compile this driver as a module, choose M here: the
250 module will be called vp27smpx. 250 module will be called vp27smpx.
251 251
252comment "RDS decoders"
253
254config VIDEO_SAA6588
255 tristate "SAA6588 Radio Chip RDS decoder support"
256 depends on VIDEO_V4L2 && I2C
257
258 help
259 Support for this Radio Data System (RDS) decoder. This allows
260 seeing radio station identification transmitted using this
261 standard.
262
263 To compile this driver as a module, choose M here: the
264 module will be called saa6588.
265
252comment "Video decoders" 266comment "Video decoders"
253 267
254config VIDEO_BT819 268config VIDEO_BT819
@@ -467,18 +481,6 @@ config VIDEO_VIVI
467 481
468source "drivers/media/video/bt8xx/Kconfig" 482source "drivers/media/video/bt8xx/Kconfig"
469 483
470config VIDEO_SAA6588
471 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
472 depends on I2C && VIDEO_BT848
473
474 help
475 Support for Radio Data System (RDS) decoder. This allows seeing
476 radio station identification transmitted using this standard.
477 Currently, it works only with bt8x8 chips.
478
479 To compile this driver as a module, choose M here: the
480 module will be called saa6588.
481
482config VIDEO_PMS 484config VIDEO_PMS
483 tristate "Mediavision Pro Movie Studio Video For Linux" 485 tristate "Mediavision Pro Movie Studio Video For Linux"
484 depends on ISA && VIDEO_V4L1 486 depends on ISA && VIDEO_V4L1
diff --git a/drivers/media/video/bt8xx/Kconfig b/drivers/media/video/bt8xx/Kconfig
index 94c9df8b1158..3077c45015f5 100644
--- a/drivers/media/video/bt8xx/Kconfig
+++ b/drivers/media/video/bt8xx/Kconfig
@@ -10,6 +10,7 @@ config VIDEO_BT848
10 select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO 10 select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
11 select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO 11 select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
12 select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO 12 select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
13 select VIDEO_SAA6588 if VIDEO_HELPER_CHIPS_AUTO
13 ---help--- 14 ---help---
14 Support for BT848 based frame grabber/overlay boards. This includes 15 Support for BT848 based frame grabber/overlay boards. This includes
15 the Miro, Hauppauge and STB boards. Please read the material in 16 the Miro, Hauppauge and STB boards. Please read the material in