.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config USB_SI4713 |
---|
2 | 3 | tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB" |
---|
3 | 4 | depends on USB && I2C && RADIO_SI4713 |
---|
4 | 5 | select I2C_SI4713 |
---|
5 | | - ---help--- |
---|
| 6 | + help |
---|
6 | 7 | This is a driver for USB devices with the Silicon Labs SI4713 |
---|
7 | 8 | chip. Currently these devices are known to work. |
---|
8 | 9 | - 10c4:8244: Silicon Labs FM Transmitter USB device. |
---|
.. | .. |
---|
17 | 18 | tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C" |
---|
18 | 19 | depends on I2C && RADIO_SI4713 |
---|
19 | 20 | select I2C_SI4713 |
---|
20 | | - ---help--- |
---|
| 21 | + help |
---|
21 | 22 | This is a driver for I2C devices with the Silicon Labs SI4713 |
---|
22 | 23 | chip. |
---|
23 | 24 | |
---|
.. | .. |
---|
30 | 31 | config I2C_SI4713 |
---|
31 | 32 | tristate "Silicon Labs Si4713 FM Radio Transmitter support" |
---|
32 | 33 | depends on I2C && RADIO_SI4713 |
---|
33 | | - ---help--- |
---|
| 34 | + help |
---|
34 | 35 | Say Y here if you want support to Si4713 FM Radio Transmitter. |
---|
35 | 36 | This device can transmit audio through FM. It can transmit |
---|
36 | 37 | RDS and RBDS signals as well. This module is the v4l2 radio |
---|