brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 490bc6f Raw
42 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config USB_SI47133	tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"4	depends on USB && I2C && RADIO_SI47135	select I2C_SI47136	help7	  This is a driver for USB devices with the Silicon Labs SI47138	  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 your12	  computer's USB port.13 14	  To compile this driver as a module, choose M here: the15	  module will be called radio-usb-si4713.16 17config PLATFORM_SI471318	tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"19	depends on I2C && RADIO_SI471320	select I2C_SI471321	help22	  This is a driver for I2C devices with the Silicon Labs SI471323	  chip.24 25	  Say Y here if you want to connect this type of radio to your26	  computer's I2C port.27 28	  To compile this driver as a module, choose M here: the29	  module will be called radio-platform-si4713.30 31config I2C_SI471332	tristate "Silicon Labs Si4713 FM Radio Transmitter support"33	depends on I2C && RADIO_SI471334	help35	  Say Y here if you want support to Si4713 FM Radio Transmitter.36	  This device can transmit audio through FM. It can transmit37	  RDS and RBDS signals as well. This module is the v4l2 radio38	  interface for the i2c driver of this device.39 40	  To compile this driver as a module, choose M here: the41	  module will be called si4713.42