forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/media/pci/cx18/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VIDEO_CX18
23 tristate "Conexant cx23418 MPEG encoder support"
34 depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C
....@@ -13,7 +14,7 @@
1314 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
1415 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
1516 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
16
- ---help---
17
+ help
1718 This is a video4linux driver for Conexant cx23418 based
1819 PCI combo video recorder devices.
1920
....@@ -27,7 +28,7 @@
2728 tristate "Conexant 23418 DMA audio support"
2829 depends on VIDEO_CX18 && SND
2930 select SND_PCM
30
- ---help---
31
+ help
3132 This is a video4linux driver for direct (DMA) audio on
3233 Conexant 23418 based TV cards using ALSA.
3334