.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config RADIO_SI470X |
---|
2 | | - tristate "Silicon Labs Si470x FM Radio Receiver support" |
---|
3 | | - depends on VIDEO_V4L2 |
---|
4 | | - ---help--- |
---|
| 3 | + tristate "Silicon Labs Si470x FM Radio Receiver support" |
---|
| 4 | + depends on VIDEO_V4L2 |
---|
| 5 | + help |
---|
5 | 6 | This is a driver for devices with the Silicon Labs SI470x |
---|
6 | 7 | chip (either via USB or I2C buses). |
---|
7 | 8 | |
---|
.. | .. |
---|
15 | 16 | config USB_SI470X |
---|
16 | 17 | tristate "Silicon Labs Si470x FM Radio Receiver support with USB" |
---|
17 | 18 | depends on USB && RADIO_SI470X |
---|
18 | | - ---help--- |
---|
| 19 | + help |
---|
19 | 20 | This is a driver for USB devices with the Silicon Labs SI470x |
---|
20 | 21 | chip. Currently these devices are known to work: |
---|
21 | 22 | - 10c4:818a: Silicon Labs USB FM Radio Reference Design |
---|
.. | .. |
---|
29 | 30 | |
---|
30 | 31 | Please have a look at the documentation, especially on how |
---|
31 | 32 | to redirect the audio stream from the radio to your sound device: |
---|
32 | | - Documentation/media/v4l-drivers/si470x.rst |
---|
| 33 | + Documentation/admin-guide/media/si470x.rst |
---|
33 | 34 | |
---|
34 | 35 | Say Y here if you want to connect this type of radio to your |
---|
35 | 36 | computer's USB port. |
---|
.. | .. |
---|
40 | 41 | config I2C_SI470X |
---|
41 | 42 | tristate "Silicon Labs Si470x FM Radio Receiver support with I2C" |
---|
42 | 43 | depends on I2C && RADIO_SI470X |
---|
43 | | - ---help--- |
---|
| 44 | + help |
---|
44 | 45 | This is a driver for I2C devices with the Silicon Labs SI470x |
---|
45 | 46 | chip. |
---|
46 | 47 | |
---|