.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config VIDEO_CX25821 |
---|
2 | 3 | tristate "Conexant cx25821 support" |
---|
3 | 4 | depends on VIDEO_DEV && PCI && I2C |
---|
4 | 5 | select I2C_ALGOBIT |
---|
5 | 6 | select VIDEOBUF2_DMA_SG |
---|
6 | | - ---help--- |
---|
| 7 | + help |
---|
7 | 8 | This is a video4linux driver for Conexant 25821 based |
---|
8 | 9 | TV cards. |
---|
9 | 10 | |
---|
.. | .. |
---|
14 | 15 | tristate "Conexant 25821 DMA audio support" |
---|
15 | 16 | depends on VIDEO_CX25821 && SND |
---|
16 | 17 | select SND_PCM |
---|
17 | | - ---help--- |
---|
| 18 | + help |
---|
18 | 19 | This is a video4linux driver for direct (DMA) audio on |
---|
19 | 20 | Conexant 25821 based capture cards using ALSA. |
---|
20 | 21 | |
---|