2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-03-04 00:37:50 +07:00
|
|
|
config VIDEO_CX231XX
|
2009-04-14 23:56:58 +07:00
|
|
|
tristate "Conexant cx231xx USB video capture support"
|
2018-05-04 04:20:15 +07:00
|
|
|
depends on VIDEO_DEV && I2C && I2C_MUX
|
2009-04-14 23:56:58 +07:00
|
|
|
select VIDEO_TUNER
|
|
|
|
select VIDEO_TVEEPROM
|
|
|
|
select VIDEOBUF_VMALLOC
|
|
|
|
select VIDEO_CX25840
|
2010-09-26 10:00:49 +07:00
|
|
|
select VIDEO_CX2341X
|
2009-03-04 00:37:50 +07:00
|
|
|
|
2019-03-20 17:39:44 +07:00
|
|
|
help
|
2009-03-28 16:55:35 +07:00
|
|
|
This is a video4linux driver for Conexant 231xx USB based TV cards.
|
2009-03-04 00:37:50 +07:00
|
|
|
|
2009-03-28 16:55:35 +07:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called cx231xx
|
2009-03-04 00:37:50 +07:00
|
|
|
|
2010-10-23 23:28:33 +07:00
|
|
|
config VIDEO_CX231XX_RC
|
|
|
|
bool "Conexant cx231xx Remote Controller additional support"
|
2018-05-25 22:25:10 +07:00
|
|
|
depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX
|
2010-10-23 23:28:33 +07:00
|
|
|
depends on VIDEO_CX231XX
|
|
|
|
default y
|
2019-03-20 17:39:44 +07:00
|
|
|
help
|
2010-10-23 23:28:33 +07:00
|
|
|
cx231xx hardware has a builtin RX/TX support. However, a few
|
|
|
|
designs opted to not use it, but, instead, some other hardware.
|
|
|
|
This module enables the usage of those other hardware, like the
|
|
|
|
ones used with ISDB-T boards.
|
|
|
|
|
|
|
|
On most cases, all you need for IR is mceusb module.
|
|
|
|
|
2009-03-04 00:37:50 +07:00
|
|
|
config VIDEO_CX231XX_ALSA
|
2009-04-14 23:56:58 +07:00
|
|
|
tristate "Conexant Cx231xx ALSA audio module"
|
|
|
|
depends on VIDEO_CX231XX && SND
|
|
|
|
select SND_PCM
|
2009-03-04 00:37:50 +07:00
|
|
|
|
2019-03-20 17:39:44 +07:00
|
|
|
help
|
2009-04-14 23:56:58 +07:00
|
|
|
This is an ALSA driver for Cx231xx USB based TV cards.
|
2009-03-04 00:37:50 +07:00
|
|
|
|
2009-04-14 23:56:58 +07:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called cx231xx-alsa
|
2009-03-04 00:37:50 +07:00
|
|
|
|
|
|
|
config VIDEO_CX231XX_DVB
|
2009-04-14 23:56:58 +07:00
|
|
|
tristate "DVB/ATSC Support for Cx231xx based TV cards"
|
2012-09-12 18:12:08 +07:00
|
|
|
depends on VIDEO_CX231XX && DVB_CORE
|
2012-08-21 00:48:02 +07:00
|
|
|
select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT
|
2013-12-13 03:41:09 +07:00
|
|
|
select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
|
2015-02-28 22:25:24 +07:00
|
|
|
select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT
|
2013-12-13 03:41:09 +07:00
|
|
|
select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
|
2014-07-23 03:12:15 +07:00
|
|
|
select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT
|
2017-01-30 01:03:51 +07:00
|
|
|
select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
|
2014-07-23 03:12:16 +07:00
|
|
|
select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
|
2017-04-22 22:47:13 +07:00
|
|
|
select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT
|
2009-04-14 23:56:58 +07:00
|
|
|
|
2019-03-20 17:39:44 +07:00
|
|
|
help
|
2009-04-14 23:56:58 +07:00
|
|
|
This adds support for DVB cards based on the
|
|
|
|
Conexant cx231xx chips.
|