diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-29 05:17:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:46 -0400 |
commit | ffe84b7a31bb39a26d74ff5a9ee921cd2c23e29c (patch) | |
tree | 46a83403c5bbca87309068648cc753ec5bfc023c /drivers/media/video/Kconfig | |
parent | 893cce04b77e3e520e2b3ce4ae629f57dc6ce7f7 (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>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 26 |
1 files changed, 14 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 | ||
252 | comment "RDS decoders" | ||
253 | |||
254 | config 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 | |||
252 | comment "Video decoders" | 266 | comment "Video decoders" |
253 | 267 | ||
254 | config VIDEO_BT819 | 268 | config VIDEO_BT819 |
@@ -467,18 +481,6 @@ config VIDEO_VIVI | |||
467 | 481 | ||
468 | source "drivers/media/video/bt8xx/Kconfig" | 482 | source "drivers/media/video/bt8xx/Kconfig" |
469 | 483 | ||
470 | config 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 | |||
482 | config VIDEO_PMS | 484 | config 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 |