diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-09-15 17:45:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:14:40 -0400 |
commit | c8e2f07be0ac536c110702ed741c7bc6836e3438 (patch) | |
tree | 0128f53fc28008b7356183620be293685c7b4641 /drivers/media/video/cx23885 | |
parent | f64899ca5af69c33a446d355609831fad6f715cd (diff) |
V4L/DVB (6222): select DVB_PLL if !DVB_FE_CUSTOMISE for FusionHDTV5 Express
VIDEO_CX23885 must select DVB_PLL if !DVB_FE_CUSTOMISE for FusionHDTV5 Express
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig index 333dd29d44b4..45345fc189e0 100644 --- a/drivers/media/video/cx23885/Kconfig +++ b/drivers/media/video/cx23885/Kconfig | |||
@@ -11,6 +11,7 @@ config VIDEO_CX23885 | |||
11 | select VIDEO_BUF_DVB | 11 | select VIDEO_BUF_DVB |
12 | select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE | 12 | select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE |
13 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE | 13 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE |
14 | select DVB_PLL if !DVB_FE_CUSTOMISE | ||
14 | ---help--- | 15 | ---help--- |
15 | This is a video4linux driver for Conexant 23885 based | 16 | This is a video4linux driver for Conexant 23885 based |
16 | TV cards. | 17 | TV cards. |