Kconfig (90ca8bef9082c2036a200dd2cd17924944cd339b) | Kconfig (1b500373157c7c4da2765e3416834e86224373d6) |
---|---|
1config VIDEO_BT848 2 tristate "BT848 Video For Linux" 3 depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 4 select I2C_ALGOBIT 5 select VIDEOBUF_DMA_SG 6 depends on RC_CORE | 1config VIDEO_BT848 2 tristate "BT848 Video For Linux" 3 depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 4 select I2C_ALGOBIT 5 select VIDEOBUF_DMA_SG 6 depends on RC_CORE |
7 depends on MEDIA_RADIO_SUPPORT |
|
7 select VIDEO_TUNER 8 select VIDEO_TVEEPROM 9 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 10 select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT 11 select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT 12 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT | 8 select VIDEO_TUNER 9 select VIDEO_TVEEPROM 10 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 11 select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT 12 select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT 13 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT |
14 select RADIO_ADAPTERS 15 select RADIO_TEA575X |
|
13 ---help--- 14 Support for BT848 based frame grabber/overlay boards. This includes 15 the Miro, Hauppauge and STB boards. Please read the material in 16 <file:Documentation/video4linux/bttv/> for more information. 17 18 To compile this driver as a module, choose M here: the 19 module will be called bttv. 20 --- 22 unchanged lines hidden --- | 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 --- 22 unchanged lines hidden --- |