Kconfig (85f7cd3a2aadd3be9652ce105370f561ff755a26) Kconfig (4d2e37340ec9dccb594e98481474f06e3b712841)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_CX231XX
3 tristate "Conexant cx231xx USB video capture support"
4 depends on VIDEO_DEV && I2C && I2C_MUX
5 select VIDEO_TUNER
6 select VIDEO_TVEEPROM
7 select VIDEOBUF2_VMALLOC
8 select VIDEO_CX25840

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

13
14 To compile this driver as a module, choose M here: the
15 module will be called cx231xx
16
17config VIDEO_CX231XX_RC
18 bool "Conexant cx231xx Remote Controller additional support"
19 depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX
20 depends on VIDEO_CX231XX
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_CX231XX
3 tristate "Conexant cx231xx USB video capture support"
4 depends on VIDEO_DEV && I2C && I2C_MUX
5 select VIDEO_TUNER
6 select VIDEO_TVEEPROM
7 select VIDEOBUF2_VMALLOC
8 select VIDEO_CX25840

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

13
14 To compile this driver as a module, choose M here: the
15 module will be called cx231xx
16
17config VIDEO_CX231XX_RC
18 bool "Conexant cx231xx Remote Controller additional support"
19 depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX
20 depends on VIDEO_CX231XX
21 select BITREVERSE
21 default y
22 help
23 cx231xx hardware has a builtin RX/TX support. However, a few
24 designs opted to not use it, but, instead, some other hardware.
25 This module enables the usage of those other hardware, like the
26 ones used with ISDB-T boards.
27
28 On most cases, all you need for IR is mceusb module.

--- 30 unchanged lines hidden ---
22 default y
23 help
24 cx231xx hardware has a builtin RX/TX support. However, a few
25 designs opted to not use it, but, instead, some other hardware.
26 This module enables the usage of those other hardware, like the
27 ones used with ISDB-T boards.
28
29 On most cases, all you need for IR is mceusb module.

--- 30 unchanged lines hidden ---