Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config USB_SI4713
0003         tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"
0004         depends on USB && I2C && RADIO_SI4713
0005         select I2C_SI4713
0006         help
0007           This is a driver for USB devices with the Silicon Labs SI4713
0008           chip. Currently these devices are known to work.
0009           - 10c4:8244: Silicon Labs FM Transmitter USB device.
0010 
0011           Say Y here if you want to connect this type of radio to your
0012           computer's USB port.
0013 
0014           To compile this driver as a module, choose M here: the
0015           module will be called radio-usb-si4713.
0016 
0017 config PLATFORM_SI4713
0018         tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
0019         depends on I2C && RADIO_SI4713
0020         select I2C_SI4713
0021         help
0022           This is a driver for I2C devices with the Silicon Labs SI4713
0023           chip.
0024 
0025           Say Y here if you want to connect this type of radio to your
0026           computer's I2C port.
0027 
0028           To compile this driver as a module, choose M here: the
0029           module will be called radio-platform-si4713.
0030 
0031 config I2C_SI4713
0032         tristate "Silicon Labs Si4713 FM Radio Transmitter support"
0033         depends on I2C && RADIO_SI4713
0034         help
0035           Say Y here if you want support to Si4713 FM Radio Transmitter.
0036           This device can transmit audio through FM. It can transmit
0037           RDS and RBDS signals as well. This module is the v4l2 radio
0038           interface for the i2c driver of this device.
0039 
0040           To compile this driver as a module, choose M here: the
0041           module will be called si4713.