aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/Kconfig
diff options
context:
space:
mode:
authorFrej Drejhammar <frej.drejhammar@gmail.com>2007-11-05 15:57:11 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:03:49 -0500
commit36e05a44756efe562ad1f49ada9bd6a598242828 (patch)
treeb2a8c4607f32df4da41d4ec0d8f84d5fb5597bb1 /drivers/media/video/cx88/Kconfig
parent66e6fbdf99420efe58685feda0ac1b73b33400e0 (diff)
V4L/DVB (6834): cx88-video: Enable selection of the WM8775 for cx88 cards
The auto selection of pertinent helper chips (VIDEO_HELPER_CHIPS_AUTO) should select the wm8775 driver, which is used by at least one Conexant 2388x based card (Hauppauge HVR-1300), if VIDEO_CX88 is selected. Signed-off-by: Frej Drejhammar <frej.drejhammar@gmail.com> Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r--drivers/media/video/cx88/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig
index ceb31d4a2512..49d3813a9b48 100644
--- a/drivers/media/video/cx88/Kconfig
+++ b/drivers/media/video/cx88/Kconfig
@@ -8,6 +8,7 @@ config VIDEO_CX88
8 select VIDEO_TUNER 8 select VIDEO_TUNER
9 select VIDEO_TVEEPROM 9 select VIDEO_TVEEPROM
10 select VIDEO_IR 10 select VIDEO_IR
11 select VIDEO_WM8775 if VIDEO_HELPER_CHIPS_AUTO
11 ---help--- 12 ---help---
12 This is a video4linux driver for Conexant 2388x based 13 This is a video4linux driver for Conexant 2388x based
13 TV cards. 14 TV cards.