.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config VIDEO_CX18 |
---|
2 | 3 | tristate "Conexant cx23418 MPEG encoder support" |
---|
3 | 4 | depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C |
---|
.. | .. |
---|
13 | 14 | select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT |
---|
14 | 15 | select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT |
---|
15 | 16 | select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT |
---|
16 | | - ---help--- |
---|
| 17 | + help |
---|
17 | 18 | This is a video4linux driver for Conexant cx23418 based |
---|
18 | 19 | PCI combo video recorder devices. |
---|
19 | 20 | |
---|
.. | .. |
---|
27 | 28 | tristate "Conexant 23418 DMA audio support" |
---|
28 | 29 | depends on VIDEO_CX18 && SND |
---|
29 | 30 | select SND_PCM |
---|
30 | | - ---help--- |
---|
| 31 | + help |
---|
31 | 32 | This is a video4linux driver for direct (DMA) audio on |
---|
32 | 33 | Conexant 23418 based TV cards using ALSA. |
---|
33 | 34 | |
---|