diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-09-09 16:04:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:53 -0400 |
commit | 10b89ee387fd6cc38532a881f64b3d35f338ea0b (patch) | |
tree | 03799a6aeccb715fd5c95dbd97257baa6b0aba92 /drivers/media/video/Kconfig | |
parent | 67e49a1abe3e9458c7ffba66775b350b5ceffae0 (diff) |
[PATCH] v4l: include saa6588 compiler option and files / fixes comments on tuner.h
- Include saa6588 compiler option and files.
- Fix comment on tuner.h
- linux/utsname.h replaced by linux/version.h to compile on vanilla 2.6.13
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 |