diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-28 12:55:11 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-28 12:55:11 +0100 |
commit | c1320d2c77e66cf93a7b899cf3764a556c5bc3f9 (patch) | |
tree | de9e059bebf9fa33160ee089055836681f5f5aaf | |
parent | 6ab3f9154f1ea73d99c5f46a15f3fad0d10b99b6 (diff) | |
download | mediapointer-dvb-s2-c1320d2c77e66cf93a7b899cf3764a556c5bc3f9.tar.gz mediapointer-dvb-s2-c1320d2c77e66cf93a7b899cf3764a556c5bc3f9.tar.bz2 |
bttv: tda9875 is no longer used by bttv, so remove from bt8xx/Kconfig.
From: Hans Verkuil <hverkuil@xs4all.nl>
Since tda9875 support was merged into tvaudio the bttv driver no
longer needs tda9875 as helper driver.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | linux/drivers/media/video/bt8xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/Kconfig b/linux/drivers/media/video/bt8xx/Kconfig index ce71e8e7b..94c9df8b1 100644 --- a/linux/drivers/media/video/bt8xx/Kconfig +++ b/linux/drivers/media/video/bt8xx/Kconfig @@ -10,7 +10,6 @@ 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_TDA9875 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 |