diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-17 17:37:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-26 15:58:53 -0300 |
commit | beb31e636501f39e853ac5d0ffd3fbb910d19d5c (patch) | |
tree | e930bf9a07fa385da9b44d97b47ecaf166f897f1 /drivers/media | |
parent | 6e501a3f4a7259b1c04aa6cbdfe64376afc9f59c (diff) | |
download | kernel_samsung_espresso10-beb31e636501f39e853ac5d0ffd3fbb910d19d5c.zip kernel_samsung_espresso10-beb31e636501f39e853ac5d0ffd3fbb910d19d5c.tar.gz kernel_samsung_espresso10-beb31e636501f39e853ac5d0ffd3fbb910d19d5c.tar.bz2 |
V4L/DVB (8061): cx18: only select tuner / frontend modules if !DVB_FE_CUSTOMISE
The automatic Kconfig selection for tuners and frontends should be
conditional, based on !DVB_FE_CUSTOMISE.
This patch corrects the selection for VIDEO_CX18 on
MEDIA_TUNER_MXL5005S and DVB_S5H1409
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx18/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/Kconfig b/drivers/media/video/cx18/Kconfig index 5f94269..9aefdc5 100644 --- a/drivers/media/video/cx18/Kconfig +++ b/drivers/media/video/cx18/Kconfig @@ -10,8 +10,8 @@ config VIDEO_CX18 select VIDEO_TVEEPROM select VIDEO_CX2341X select VIDEO_CS5345 - select DVB_S5H1409 - select MEDIA_TUNER_MXL5005S + select DVB_S5H1409 if !DVB_FE_CUSTOMISE + select MEDIA_TUNER_MXL5005S if !DVB_FE_CUSTOMISE ---help--- This is a video4linux driver for Conexant cx23418 based PCI combo video recorder devices. |