diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 077720c2b640..93570355819a 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -25,6 +25,18 @@ config VIDEO_BT848 | |||
25 | To compile this driver as a module, choose M here: the | 25 | To compile this driver as a module, choose M here: the |
26 | module will be called bttv. | 26 | module will be called bttv. |
27 | 27 | ||
28 | config VIDEO_SAA6588 | ||
29 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" | ||
30 | depends on VIDEO_DEV && I2C && VIDEO_BT848 | ||
31 | |||
32 | help | ||
33 | Support for Radio Data System (RDS) decoder. This allows seeing | ||
34 | radio station identification transmitted using this standard. | ||
35 | Currentlly, it works only with bt8x8 chips. | ||
36 | |||
37 | To compile this driver as a module, choose M here: the | ||
38 | module will be called saa6588. | ||
39 | |||
28 | config VIDEO_PMS | 40 | config VIDEO_PMS |
29 | tristate "Mediavision Pro Movie Studio Video For Linux" | 41 | tristate "Mediavision Pro Movie Studio Video For Linux" |
30 | depends on VIDEO_DEV && ISA | 42 | depends on VIDEO_DEV && ISA |