diff options
Diffstat (limited to 'drivers/media/video/cx231xx/Kconfig')
-rw-r--r-- | drivers/media/video/cx231xx/Kconfig | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/Kconfig b/drivers/media/video/cx231xx/Kconfig new file mode 100644 index 00000000000..ae85a7a7bd7 --- /dev/null +++ b/drivers/media/video/cx231xx/Kconfig | |||
@@ -0,0 +1,51 @@ | |||
1 | config VIDEO_CX231XX | ||
2 | tristate "Conexant cx231xx USB video capture support" | ||
3 | depends on VIDEO_DEV && I2C | ||
4 | select VIDEO_TUNER | ||
5 | select VIDEO_TVEEPROM | ||
6 | depends on RC_CORE | ||
7 | select VIDEOBUF_VMALLOC | ||
8 | select VIDEO_CX25840 | ||
9 | select VIDEO_CX2341X | ||
10 | |||
11 | ---help--- | ||
12 | This is a video4linux driver for Conexant 231xx USB based TV cards. | ||
13 | |||
14 | To compile this driver as a module, choose M here: the | ||
15 | module will be called cx231xx | ||
16 | |||
17 | config VIDEO_CX231XX_RC | ||
18 | bool "Conexant cx231xx Remote Controller additional support" | ||
19 | depends on RC_CORE | ||
20 | depends on VIDEO_CX231XX | ||
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. | ||
29 | |||
30 | config VIDEO_CX231XX_ALSA | ||
31 | tristate "Conexant Cx231xx ALSA audio module" | ||
32 | depends on VIDEO_CX231XX && SND | ||
33 | select SND_PCM | ||
34 | |||
35 | ---help--- | ||
36 | This is an ALSA driver for Cx231xx USB based TV cards. | ||
37 | |||
38 | To compile this driver as a module, choose M here: the | ||
39 | module will be called cx231xx-alsa | ||
40 | |||
41 | config VIDEO_CX231XX_DVB | ||
42 | tristate "DVB/ATSC Support for Cx231xx based TV cards" | ||
43 | depends on VIDEO_CX231XX && DVB_CORE | ||
44 | select VIDEOBUF_DVB | ||
45 | select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMISE | ||
46 | select MEDIA_TUNER_NXP18271 if !DVB_FE_CUSTOMISE | ||
47 | select DVB_MB86A20S if !DVB_FE_CUSTOMISE | ||
48 | |||
49 | ---help--- | ||
50 | This adds support for DVB cards based on the | ||
51 | Conexant cx231xx chips. | ||