forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/media/usb/cx231xx/Kconfig
....@@ -1,13 +1,14 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VIDEO_CX231XX
23 tristate "Conexant cx231xx USB video capture support"
34 depends on VIDEO_DEV && I2C && I2C_MUX
45 select VIDEO_TUNER
56 select VIDEO_TVEEPROM
6
- select VIDEOBUF_VMALLOC
7
+ select VIDEOBUF2_VMALLOC
78 select VIDEO_CX25840
89 select VIDEO_CX2341X
910
10
- ---help---
11
+ help
1112 This is a video4linux driver for Conexant 231xx USB based TV cards.
1213
1314 To compile this driver as a module, choose M here: the
....@@ -18,7 +19,7 @@
1819 depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX
1920 depends on VIDEO_CX231XX
2021 default y
21
- ---help---
22
+ help
2223 cx231xx hardware has a builtin RX/TX support. However, a few
2324 designs opted to not use it, but, instead, some other hardware.
2425 This module enables the usage of those other hardware, like the
....@@ -31,7 +32,7 @@
3132 depends on VIDEO_CX231XX && SND
3233 select SND_PCM
3334
34
- ---help---
35
+ help
3536 This is an ALSA driver for Cx231xx USB based TV cards.
3637
3738 To compile this driver as a module, choose M here: the
....@@ -52,6 +53,6 @@
5253 select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT
5354 select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT
5455
55
- ---help---
56
+ help
5657 This adds support for DVB cards based on the
5758 Conexant cx231xx chips.