Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6] / drivers / media / video / bt8xx / Kconfig
1 config VIDEO_BT848
2         tristate "BT848 Video For Linux"
3         depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 && INPUT
4         depends on HOTPLUG      # due to FW_LOADER
5         select I2C_ALGOBIT
6         select FW_LOADER
7         select VIDEO_BTCX
8         select VIDEOBUF_DMA_SG
9         select VIDEO_IR
10         select VIDEO_TUNER
11         select VIDEO_TVEEPROM
12         select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
13         select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
14         select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
15         select VIDEO_TDA9875 if VIDEO_HELPER_CHIPS_AUTO
16         ---help---
17           Support for BT848 based frame grabber/overlay boards. This includes
18           the Miro, Hauppauge and STB boards. Please read the material in
19           <file:Documentation/video4linux/bttv/> for more information.
20
21           To compile this driver as a module, choose M here: the
22           module will be called bttv.
23
24 config VIDEO_BT848_DVB
25         bool "DVB/ATSC Support for bt878 based TV cards"
26         depends on VIDEO_BT848 && DVB_CORE
27         select DVB_BT8XX
28         ---help---
29           This adds support for DVB/ATSC cards based on the BT878 chip.