PageRenderTime 6ms CodeModel.GetById 0ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/media/video/bt8xx/Kconfig

https://bitbucket.org/slukk/jb-tsm-kernel-4.2
#! | 27 lines | 25 code | 2 blank | 0 comment | 0 complexity | c301013d6c075df85a03d8f7c22d8f58 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1config VIDEO_BT848
 2	tristate "BT848 Video For Linux"
 3	depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
 4	select I2C_ALGOBIT
 5	select VIDEO_BTCX
 6	select VIDEOBUF_DMA_SG
 7	depends on RC_CORE
 8	select VIDEO_TUNER
 9	select VIDEO_TVEEPROM
10	select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
11	select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
12	select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
13	select VIDEO_SAA6588 if VIDEO_HELPER_CHIPS_AUTO
14	---help---
15	  Support for BT848 based frame grabber/overlay boards. This includes
16	  the Miro, Hauppauge and STB boards. Please read the material in
17	  <file:Documentation/video4linux/bttv/> for more information.
18
19	  To compile this driver as a module, choose M here: the
20	  module will be called bttv.
21
22config VIDEO_BT848_DVB
23	bool "DVB/ATSC Support for bt878 based TV cards"
24	depends on VIDEO_BT848 && DVB_CORE
25	select DVB_BT8XX
26	---help---
27	  This adds support for DVB/ATSC cards based on the BT878 chip.