xref: /linux/drivers/media/radio/si4713/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b874b39fSDinesh Ramconfig USB_SI4713
3b874b39fSDinesh Ram	tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"
408debc17SHans Verkuil	depends on USB && I2C && RADIO_SI4713
508debc17SHans Verkuil	select I2C_SI4713
6b60a5b8dSMauro Carvalho Chehab	help
7b874b39fSDinesh Ram	  This is a driver for USB devices with the Silicon Labs SI4713
8b874b39fSDinesh Ram	  chip. Currently these devices are known to work.
9b874b39fSDinesh Ram	  - 10c4:8244: Silicon Labs FM Transmitter USB device.
10b874b39fSDinesh Ram
11b874b39fSDinesh Ram	  Say Y here if you want to connect this type of radio to your
12b874b39fSDinesh Ram	  computer's USB port.
13b874b39fSDinesh Ram
14b874b39fSDinesh Ram	  To compile this driver as a module, choose M here: the
15b874b39fSDinesh Ram	  module will be called radio-usb-si4713.
16b874b39fSDinesh Ram
177391232eSDinesh Ramconfig PLATFORM_SI4713
187391232eSDinesh Ram	tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
197391232eSDinesh Ram	depends on I2C && RADIO_SI4713
2008debc17SHans Verkuil	select I2C_SI4713
21b60a5b8dSMauro Carvalho Chehab	help
227391232eSDinesh Ram	  This is a driver for I2C devices with the Silicon Labs SI4713
237391232eSDinesh Ram	  chip.
247391232eSDinesh Ram
257391232eSDinesh Ram	  Say Y here if you want to connect this type of radio to your
267391232eSDinesh Ram	  computer's I2C port.
277391232eSDinesh Ram
287391232eSDinesh Ram	  To compile this driver as a module, choose M here: the
297391232eSDinesh Ram	  module will be called radio-platform-si4713.
307391232eSDinesh Ram
317391232eSDinesh Ramconfig I2C_SI4713
327391232eSDinesh Ram	tristate "Silicon Labs Si4713 FM Radio Transmitter support"
337391232eSDinesh Ram	depends on I2C && RADIO_SI4713
34b60a5b8dSMauro Carvalho Chehab	help
357391232eSDinesh Ram	  Say Y here if you want support to Si4713 FM Radio Transmitter.
367391232eSDinesh Ram	  This device can transmit audio through FM. It can transmit
377391232eSDinesh Ram	  RDS and RBDS signals as well. This module is the v4l2 radio
387391232eSDinesh Ram	  interface for the i2c driver of this device.
397391232eSDinesh Ram
407391232eSDinesh Ram	  To compile this driver as a module, choose M here: the
417391232eSDinesh Ram	  module will be called si4713.
42