diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-29 11:17:31 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-29 11:17:31 +0200 |
commit | ad5c269e6d4f6c38a8d85b8894a16650e62f77d0 (patch) | |
tree | 75716b18513751fb6de68538881684caa8115ac8 /linux/drivers/media/video/bt8xx | |
parent | 69357393e580dbcd400c7c1992b48813359eb417 (diff) | |
download | mediapointer-dvb-s2-ad5c269e6d4f6c38a8d85b8894a16650e62f77d0.tar.gz mediapointer-dvb-s2-ad5c269e6d4f6c38a8d85b8894a16650e62f77d0.tar.bz2 |
bttv: move saa6588 config to the helper chip config
From: Hans Verkuil <hverkuil@xs4all.nl>
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.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/bt8xx')
-rw-r--r-- | linux/drivers/media/video/bt8xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/Kconfig b/linux/drivers/media/video/bt8xx/Kconfig index 94c9df8b1..3077c4501 100644 --- a/linux/drivers/media/video/bt8xx/Kconfig +++ b/linux/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 |