Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) | Kconfig (3c161e82dfbd3ee67a1548691412d04d04ad6a37) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_BT848 3 tristate "BT848 Video For Linux" 4 depends on PCI && I2C && VIDEO_DEV 5 select I2C_ALGOBIT 6 select VIDEOBUF_DMA_SG 7 depends on RC_CORE 8 depends on MEDIA_RADIO_SUPPORT 9 select VIDEO_TUNER 10 select VIDEO_TVEEPROM 11 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 12 select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT 13 select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT 14 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT 15 select RADIO_ADAPTERS 16 select RADIO_TEA575X 17 help | 1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_BT848 3 tristate "BT848 Video For Linux" 4 depends on PCI && I2C && VIDEO_DEV 5 select I2C_ALGOBIT 6 select VIDEOBUF_DMA_SG 7 depends on RC_CORE 8 depends on MEDIA_RADIO_SUPPORT 9 select VIDEO_TUNER 10 select VIDEO_TVEEPROM 11 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 12 select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT 13 select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT 14 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT 15 select RADIO_ADAPTERS 16 select RADIO_TEA575X 17 help |
18 Support for BT848 based frame grabber/overlay boards. This includes | 18 Support for BT848 based frame grabber boards. This includes |
19 the Miro, Hauppauge and STB boards. Please read the material in 20 <file:Documentation/admin-guide/media/bttv.rst> for more information. 21 22 To compile this driver as a module, choose M here: the 23 module will be called bttv. 24 25config DVB_BT8XX 26 tristate "DVB/ATSC Support for bt878 based TV cards" --- 20 unchanged lines hidden --- | 19 the Miro, Hauppauge and STB boards. Please read the material in 20 <file:Documentation/admin-guide/media/bttv.rst> for more information. 21 22 To compile this driver as a module, choose M here: the 23 module will be called bttv. 24 25config DVB_BT8XX 26 tristate "DVB/ATSC Support for bt878 based TV cards" --- 20 unchanged lines hidden --- |