Kconfig (57b54d74dd5c559bd35f2affaf11d8828aaf5733) | Kconfig (9fab166a3e8f9e071de3418d27ffd03cdba2e9df) |
---|---|
1config VIDEO_CX231XX 2 tristate "Conexant cx231xx USB video capture support" 3 depends on VIDEO_DEV && I2C && I2C_MUX 4 select VIDEO_TUNER 5 select VIDEO_TVEEPROM 6 select VIDEOBUF_VMALLOC 7 select VIDEO_CX25840 8 select VIDEO_CX2341X 9 10 ---help--- 11 This is a video4linux driver for Conexant 231xx USB based TV cards. 12 13 To compile this driver as a module, choose M here: the 14 module will be called cx231xx 15 16config VIDEO_CX231XX_RC 17 bool "Conexant cx231xx Remote Controller additional support" | 1config VIDEO_CX231XX 2 tristate "Conexant cx231xx USB video capture support" 3 depends on VIDEO_DEV && I2C && I2C_MUX 4 select VIDEO_TUNER 5 select VIDEO_TVEEPROM 6 select VIDEOBUF_VMALLOC 7 select VIDEO_CX25840 8 select VIDEO_CX2341X 9 10 ---help--- 11 This is a video4linux driver for Conexant 231xx USB based TV cards. 12 13 To compile this driver as a module, choose M here: the 14 module will be called cx231xx 15 16config VIDEO_CX231XX_RC 17 bool "Conexant cx231xx Remote Controller additional support" |
18 depends on RC_CORE | 18 depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX |
19 depends on VIDEO_CX231XX 20 default y 21 ---help--- 22 cx231xx hardware has a builtin RX/TX support. However, a few 23 designs opted to not use it, but, instead, some other hardware. 24 This module enables the usage of those other hardware, like the 25 ones used with ISDB-T boards. 26 --- 31 unchanged lines hidden --- | 19 depends on VIDEO_CX231XX 20 default y 21 ---help--- 22 cx231xx hardware has a builtin RX/TX support. However, a few 23 designs opted to not use it, but, instead, some other hardware. 24 This module enables the usage of those other hardware, like the 25 ones used with ISDB-T boards. 26 --- 31 unchanged lines hidden --- |