Kconfig (a3b91d8bd1e034c8ed89d3f55243478af97a0a52) Kconfig (85f7cd3a2aadd3be9652ce105370f561ff755a26)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_CX88
3 tristate "Conexant 2388x (bt878 successor) support"
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_CX88
3 tristate "Conexant 2388x (bt878 successor) support"
4 depends on PCI && I2C && RC_CORE
4 depends on VIDEO_DEV && PCI && I2C && RC_CORE
5 select I2C_ALGOBIT
6 select VIDEOBUF2_DMA_SG
7 select VIDEO_TUNER
8 select VIDEO_TVEEPROM
9 select VIDEO_WM8775 if MEDIA_SUBDRV_AUTOSELECT
10 help
11 This is a video4linux driver for Conexant 2388x based
12 TV cards.

--- 26 unchanged lines hidden (view full) ---

39 Blackbird reference design, using the Conexant 2388x
40 and 23416 chips.
41
42 To compile this driver as a module, choose M here: the
43 module will be called cx88-blackbird.
44
45config VIDEO_CX88_DVB
46 tristate "DVB/ATSC Support for cx2388x based TV cards"
5 select I2C_ALGOBIT
6 select VIDEOBUF2_DMA_SG
7 select VIDEO_TUNER
8 select VIDEO_TVEEPROM
9 select VIDEO_WM8775 if MEDIA_SUBDRV_AUTOSELECT
10 help
11 This is a video4linux driver for Conexant 2388x based
12 TV cards.

--- 26 unchanged lines hidden (view full) ---

39 Blackbird reference design, using the Conexant 2388x
40 and 23416 chips.
41
42 To compile this driver as a module, choose M here: the
43 module will be called cx88-blackbird.
44
45config VIDEO_CX88_DVB
46 tristate "DVB/ATSC Support for cx2388x based TV cards"
47 depends on VIDEO_CX88
47 depends on VIDEO_CX88 && DVB_CORE
48 select VIDEOBUF2_DVB
49 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
50 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
51 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
52 select DVB_OR51132 if MEDIA_SUBDRV_AUTOSELECT
53 select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT
54 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
55 select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT

--- 38 unchanged lines hidden ---
48 select VIDEOBUF2_DVB
49 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
50 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
51 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
52 select DVB_OR51132 if MEDIA_SUBDRV_AUTOSELECT
53 select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT
54 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
55 select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT

--- 38 unchanged lines hidden ---