Kconfig 1.8 KB
Newer Older
1
config VIDEO_CX231XX
2
	tristate "Conexant cx231xx USB video capture support"
3
	depends on VIDEO_DEV && I2C
4 5
	select VIDEO_TUNER
	select VIDEO_TVEEPROM
6
	depends on RC_CORE
7 8
	select VIDEOBUF_VMALLOC
	select VIDEO_CX25840
9
	select VIDEO_CX2341X
10
	select I2C_MUX
11

12 13
	---help---
	  This is a video4linux driver for Conexant 231xx USB based TV cards.
14

15 16
	  To compile this driver as a module, choose M here: the
	  module will be called cx231xx
17

18 19
config VIDEO_CX231XX_RC
	bool "Conexant cx231xx Remote Controller additional support"
20
	depends on RC_CORE
21 22 23 24 25 26 27 28 29 30
	depends on VIDEO_CX231XX
	default y
	---help---
	  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.

31
config VIDEO_CX231XX_ALSA
32 33 34
	tristate "Conexant Cx231xx ALSA audio module"
	depends on VIDEO_CX231XX && SND
	select SND_PCM
35

36 37
	---help---
	  This is an ALSA driver for Cx231xx USB based TV cards.
38

39 40
	  To compile this driver as a module, choose M here: the
	  module will be called cx231xx-alsa
41 42

config VIDEO_CX231XX_DVB
43
	tristate "DVB/ATSC Support for Cx231xx based TV cards"
44
	depends on VIDEO_CX231XX && DVB_CORE
45
	select VIDEOBUF_DVB
46 47 48
	select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
	select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT
49
	select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
50
	select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT
51
	select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
52
	select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT
53
	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
54
	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
55 56 57 58

	---help---
	  This adds support for DVB cards based on the
	  Conexant cx231xx chips.