Kconfig 958 字节
Newer Older
1 2
config VIDEO_BT848
	tristate "BT848 Video For Linux"
3
	depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 && INPUT
4 5 6
	select I2C_ALGOBIT
	select FW_LOADER
	select VIDEO_BTCX
7
	select VIDEOBUF_DMA_SG
8
	select VIDEO_IR
9
	select VIDEO_TUNER
10
	select VIDEO_TVEEPROM
11 12 13 14
	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_TDA9875 if VIDEO_HELPER_CHIPS_AUTO
15 16 17 18 19 20 21 22 23 24 25 26 27 28
	---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 VIDEO_BT848_DVB
	bool "DVB/ATSC Support for bt878 based TV cards"
	depends on VIDEO_BT848 && DVB_CORE
	select DVB_BT8XX
	---help---
	  This adds support for DVB/ATSC cards based on the BT878 chip.