summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-06-17 13:37:51 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2008-06-17 13:37:51 -0400
commite9a2903738b77344c7ee290eb85ba671a6a68b26 (patch)
tree0de48b6e0ed9683ebc43043abfea64eb4cd60e8b /linux/drivers/media/video/cx18/Kconfig
parent65999637d5f59dd16f3e580c93612c88bcdd4733 (diff)
downloadmediapointer-dvb-s2-e9a2903738b77344c7ee290eb85ba671a6a68b26.tar.gz
mediapointer-dvb-s2-e9a2903738b77344c7ee290eb85ba671a6a68b26.tar.bz2
cx18: only select tuner / frontend modules if !DVB_FE_CUSTOMISE
From: Michael Krufky <mkrufky@linuxtv.org> 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>
Diffstat (limited to 'linux/drivers/media/video/cx18/Kconfig')
-rw-r--r--linux/drivers/media/video/cx18/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/Kconfig b/linux/drivers/media/video/cx18/Kconfig
index 5f9426905..9aefdc5ea 100644
--- a/linux/drivers/media/video/cx18/Kconfig
+++ b/linux/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.