Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330852
b: refs/heads/master
c: 68de959
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 15, 2012
1 parent 2213e97 commit aeac92a
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 46 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: 0aa77f6c2954896b132f8b6f2e9f063c52800913
refs/heads/master: 68de959f773a1d49096835c411390bceff5d1549
23 changes: 22 additions & 1 deletion trunk/drivers/media/pci/bt8xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
config VIDEO_BT848
tristate "BT848 Video For Linux"
depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
select I2C_ALGOBIT
select VIDEO_BTCX
select VIDEOBUF_DMA_SG
depends on RC_CORE
select VIDEO_TUNER
select VIDEO_TVEEPROM
select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
select VIDEO_SAA6588 if VIDEO_HELPER_CHIPS_AUTO
---help---
Support for BT848 based frame grabber/overlay boards. This includes
the Miro, Hauppauge and STB boards. Please read the material in
<file:Documentation/video4linux/bttv/> for more information.

To compile this driver as a module, choose M here: the
module will be called bttv.

config DVB_BT8XX
tristate "BT8xx based PCI cards"
tristate "DVB/ATSC Support for bt878 based TV cards"
depends on DVB_CORE && PCI && I2C && VIDEO_BT848
select DVB_MT352 if !DVB_FE_CUSTOMISE
select DVB_SP887X if !DVB_FE_CUSTOMISE
Expand Down
7 changes: 6 additions & 1 deletion trunk/drivers/media/pci/bt8xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \
bttv-input.o bttv-audio-hook.o

obj-$(CONFIG_VIDEO_BT848) += bttv.o
obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o

ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends
ccflags-y += -Idrivers/media/video/bt8xx
ccflags-y += -Idrivers/media/video
ccflags-y += -Idrivers/media/tuners
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,6 @@ menuconfig V4L_PCI_DRIVERS

if V4L_PCI_DRIVERS

source "drivers/media/video/bt8xx/Kconfig"

source "drivers/media/video/cx18/Kconfig"

source "drivers/media/video/cx23885/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ obj-$(CONFIG_SOC_CAMERA_TW9910) += tw9910.o

# And now the v4l2 drivers:

obj-$(CONFIG_VIDEO_BT848) += bt8xx/
obj-$(CONFIG_VIDEO_ZORAN) += zoran/
obj-$(CONFIG_VIDEO_CQCAM) += c-qcam.o
obj-$(CONFIG_VIDEO_BWQCAM) += bw-qcam.o
Expand Down
27 changes: 0 additions & 27 deletions trunk/drivers/media/video/bt8xx/Kconfig

This file was deleted.

13 changes: 0 additions & 13 deletions trunk/drivers/media/video/bt8xx/Makefile

This file was deleted.

0 comments on commit aeac92a

Please sign in to comment.