Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_USB_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"
	depends on CONFIG_USB && CONFIG_I2C && CONFIG_RADIO_SI4713
	select CONFIG_I2C_SI4713
	help
	  This is a driver for CONFIG_USB devices with the Silicon Labs SI4713
	  chip. Currently these devices are known to work.
	  - 10c4:8244: Silicon Labs FM Transmitter CONFIG_USB device.

	  Say Y here if you want to connect this type of radio to your
	  computer's CONFIG_USB port.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called radio-usb-si4713.

config CONFIG_PLATFORM_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
	depends on CONFIG_I2C && CONFIG_RADIO_SI4713
	select CONFIG_I2C_SI4713
	help
	  This is a driver for CONFIG_I2C devices with the Silicon Labs SI4713
	  chip.

	  Say Y here if you want to connect this type of radio to your
	  computer's CONFIG_I2C port.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called radio-platform-si4713.

config CONFIG_I2C_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support"
	depends on CONFIG_I2C && CONFIG_RADIO_SI4713
	help
	  Say Y here if you want support to Si4713 FM Radio Transmitter.
	  This device can transmit audio through FM. It can transmit
	  CONFIG_RDS and RBDS signals as well. This module is the v4l2 radio
	  interface for the i2c driver of this device.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called si4713.