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