diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-29 13:17:31 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 19:43:46 +0400 |
commit | ffe84b7a31bb39a26d74ff5a9ee921cd2c23e29c (patch) | |
tree | 46a83403c5bbca87309068648cc753ec5bfc023c /drivers/media/video/bt8xx/Kconfig | |
parent | 893cce04b77e3e520e2b3ce4ae629f57dc6ce7f7 (diff) | |
download | linux-ffe84b7a31bb39a26d74ff5a9ee921cd2c23e29c.tar.xz |
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/bt8xx/Kconfig')
-rw-r--r-- | drivers/media/video/bt8xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 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 |