| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config VIDEO_CX231XX |
|---|
| 2 | 3 | tristate "Conexant cx231xx USB video capture support" |
|---|
| 3 | 4 | depends on VIDEO_DEV && I2C && I2C_MUX |
|---|
| 4 | 5 | select VIDEO_TUNER |
|---|
| 5 | 6 | select VIDEO_TVEEPROM |
|---|
| 6 | | - select VIDEOBUF_VMALLOC |
|---|
| 7 | + select VIDEOBUF2_VMALLOC |
|---|
| 7 | 8 | select VIDEO_CX25840 |
|---|
| 8 | 9 | select VIDEO_CX2341X |
|---|
| 9 | 10 | |
|---|
| 10 | | - ---help--- |
|---|
| 11 | + help |
|---|
| 11 | 12 | This is a video4linux driver for Conexant 231xx USB based TV cards. |
|---|
| 12 | 13 | |
|---|
| 13 | 14 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 18 | 19 | depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX |
|---|
| 19 | 20 | depends on VIDEO_CX231XX |
|---|
| 20 | 21 | default y |
|---|
| 21 | | - ---help--- |
|---|
| 22 | + help |
|---|
| 22 | 23 | cx231xx hardware has a builtin RX/TX support. However, a few |
|---|
| 23 | 24 | designs opted to not use it, but, instead, some other hardware. |
|---|
| 24 | 25 | This module enables the usage of those other hardware, like the |
|---|
| .. | .. |
|---|
| 31 | 32 | depends on VIDEO_CX231XX && SND |
|---|
| 32 | 33 | select SND_PCM |
|---|
| 33 | 34 | |
|---|
| 34 | | - ---help--- |
|---|
| 35 | + help |
|---|
| 35 | 36 | This is an ALSA driver for Cx231xx USB based TV cards. |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 52 | 53 | select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 53 | 54 | select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 54 | 55 | |
|---|
| 55 | | - ---help--- |
|---|
| 56 | + help |
|---|
| 56 | 57 | This adds support for DVB cards based on the |
|---|
| 57 | 58 | Conexant cx231xx chips. |
|---|