From 4a0bc2494ff86d39226766e62c3bbccc3c0cc3ed Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 8 Dec 2005 20:58:17 +0000 Subject: VIDEO_CX88_DVB_CX24123 is boolean, NOT tristate Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/Kconfig | 4 ++-- v4l/ChangeLog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig index e2276a20e..ec6201a32 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -92,8 +92,8 @@ config VIDEO_CX88_DVB_NXT200X Connexant 2388x chip and the NXT2002/NXT2004 demodulator. config VIDEO_CX88_DVB_CX24123 - tristate "Conexant CX24123 DVB-S Support" - default m + bool "Conexant CX24123 DVB-S Support" + default y depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS select DVB_CX24123 ---help--- diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 292caf1d5..9cb941a2a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2005-12-08 20:57 mkrufky + + * linux/drivers/media/video/cx88/Kconfig: + - VIDEO_CX88_DVB_CX24123 is boolean, NOT tristate + + Signed-off-by: Michael Krufky + 2005-12-08 20:40 mchehab * v4l/scripts/gentree.pl: -- cgit v1.2.3