Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21730
b: refs/heads/master
c: f6fe8c6
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Mar 21, 2006
1 parent 05a6aad commit aac5e8c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31dcbf994b9eda784c620c8caa3a9dc67a9d0045
refs/heads/master: f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,11 @@ config VIDEO_AUDIO_DECODER
config VIDEO_DECODER
tristate "Add support for additional video chipsets"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
select VIDEO_CX25840
---help---
Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
video decoders.

source "drivers/media/video/cx25840/Kconfig"

endmenu
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o

obj-$(CONFIG_VIDEO_M32R_AR_M64278) += arv.o

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

EXTRA_CFLAGS += -I$(srctree)/drivers/media/dvb/dvb-core
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/cx25840/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config VIDEO_CX25840
tristate "Conexant CX2584x audio/video decoders"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
select FW_LOADER
---help---
Support for the Conexant CX2584x audio/video decoders.

To compile this driver as a module, choose M here: the
module will be called cx25840
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx25840/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
cx25840-vbi.o

obj-$(CONFIG_VIDEO_DECODER) += cx25840.o
obj-$(CONFIG_VIDEO_CX25840) += cx25840.o

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

0 comments on commit aac5e8c

Please sign in to comment.