Skip to content

Commit

Permalink
[PATCH] v4l: (950) Added compiler options for cx25840 saa7115 and saa…
Browse files Browse the repository at this point in the history
…7127

Added compiler options for cx25840, saa7115 and saa7127

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Nov 14, 2005
1 parent 70146cf commit 714a095
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,11 @@ config VIDEO_AUDIO_DECODER
Say Y here to compile drivers for WM8775 and CS53L32A audio
decoders.

config VIDEO_DECODER
tristate "Add support for additional video chipsets"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
---help---
Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
video decoders.

endmenu
2 changes: 2 additions & 0 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o

obj-$(CONFIG_VIDEO_M32R_AR_M64278) += arv.o

obj-$(CONFIG_VIDEO_DECODER) += saa7115.o cx25840/ saa7127.o

EXTRA_CFLAGS += -I$(srctree)/drivers/media/dvb/dvb-core
6 changes: 6 additions & 0 deletions drivers/media/video/cx25840/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
cx25840-vbi.o

obj-$(CONFIG_VIDEO_DECODER) += cx25840.o

EXTRA_CFLAGS += -I$(src)/..

0 comments on commit 714a095

Please sign in to comment.