hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/pci/cx25821/Kconfig
....@@ -1,9 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VIDEO_CX25821
23 tristate "Conexant cx25821 support"
34 depends on VIDEO_DEV && PCI && I2C
45 select I2C_ALGOBIT
56 select VIDEOBUF2_DMA_SG
6
- ---help---
7
+ help
78 This is a video4linux driver for Conexant 25821 based
89 TV cards.
910
....@@ -14,7 +15,7 @@
1415 tristate "Conexant 25821 DMA audio support"
1516 depends on VIDEO_CX25821 && SND
1617 select SND_PCM
17
- ---help---
18
+ help
1819 This is a video4linux driver for direct (DMA) audio on
1920 Conexant 25821 based capture cards using ALSA.
2021