Dinesh Ram | b874b39 | 2013-10-15 12:24:42 -0300 | [diff] [blame] | 1 | config USB_SI4713 |
| 2 | tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB" |
Hans Verkuil | 08debc1 | 2014-02-10 05:52:54 -0300 | [diff] [blame] | 3 | depends on USB && I2C && RADIO_SI4713 |
| 4 | select I2C_SI4713 |
Dinesh Ram | b874b39 | 2013-10-15 12:24:42 -0300 | [diff] [blame] | 5 | ---help--- |
| 6 | This is a driver for USB devices with the Silicon Labs SI4713 |
| 7 | chip. Currently these devices are known to work. |
| 8 | - 10c4:8244: Silicon Labs FM Transmitter USB device. |
| 9 | |
| 10 | Say Y here if you want to connect this type of radio to your |
| 11 | computer's USB port. |
| 12 | |
| 13 | To compile this driver as a module, choose M here: the |
| 14 | module will be called radio-usb-si4713. |
| 15 | |
Dinesh Ram | 7391232 | 2013-10-15 12:24:37 -0300 | [diff] [blame] | 16 | config PLATFORM_SI4713 |
| 17 | tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C" |
| 18 | depends on I2C && RADIO_SI4713 |
Hans Verkuil | 08debc1 | 2014-02-10 05:52:54 -0300 | [diff] [blame] | 19 | select I2C_SI4713 |
Dinesh Ram | 7391232 | 2013-10-15 12:24:37 -0300 | [diff] [blame] | 20 | ---help--- |
| 21 | This is a driver for I2C devices with the Silicon Labs SI4713 |
| 22 | chip. |
| 23 | |
| 24 | Say Y here if you want to connect this type of radio to your |
| 25 | computer's I2C port. |
| 26 | |
| 27 | To compile this driver as a module, choose M here: the |
| 28 | module will be called radio-platform-si4713. |
| 29 | |
| 30 | config I2C_SI4713 |
| 31 | tristate "Silicon Labs Si4713 FM Radio Transmitter support" |
| 32 | depends on I2C && RADIO_SI4713 |
| 33 | ---help--- |
| 34 | Say Y here if you want support to Si4713 FM Radio Transmitter. |
| 35 | This device can transmit audio through FM. It can transmit |
| 36 | RDS and RBDS signals as well. This module is the v4l2 radio |
| 37 | interface for the i2c driver of this device. |
| 38 | |
| 39 | To compile this driver as a module, choose M here: the |
| 40 | module will be called si4713. |