From af56f460fb2b3169685752f928993355a42573e3 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 13 Nov 2005 18:11:21 +0000 Subject: Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products. From: Steven Toth - Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products. - Basic DVB-S support is working, analog video inputs work. - It has one or two fixme comments, primarily analog GPIOs (audio) and eeprom parsing. - This should not be sent upstream yet! - CX24123 code (in cx88-dvb.c) disabled until the cx24123 module is added to dvb-kernel cvs. Signed-off-by: Steven Toth Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/drivers/media/video/cx88/Makefile') diff --git a/linux/drivers/media/video/cx88/Makefile b/linux/drivers/media/video/cx88/Makefile index 0df40b773..5fcc619b4 100644 --- a/linux/drivers/media/video/cx88/Makefile +++ b/linux/drivers/media/video/cx88/Makefile @@ -27,3 +27,6 @@ endif ifneq ($(CONFIG_DVB_NXT200X),n) EXTRA_CFLAGS += -DHAVE_NXT200X=1 endif +ifneq ($(CONFIG_DVB_CX24123),n) + EXTRA_CFLAGS += -DHAVE_CX24123=1 +endif -- cgit v1.2.3