# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_RADIO_SI470X[0m tristate "Silicon Labs Si470x FM Radio Receiver support" depends on [31mCONFIG_VIDEO_V4L2[0m help This is a driver for devices with the Silicon Labs SI470x chip (either via [31mCONFIG_USB[0m or [31mCONFIG_I2C[0m buses). Say Y here if you want to connect this type of radio to your computer's [31mCONFIG_USB[0m port or if it is used by some other driver via [31mCONFIG_I2C[0m bus. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called radio-si470x-common. config [31mCONFIG_USB_SI470X[0m tristate "Silicon Labs Si470x FM Radio Receiver support with USB" depends on [31mCONFIG_USB[0m && [31mCONFIG_RADIO_SI470X[0m help This is a driver for [31mCONFIG_USB[0m devices with the Silicon Labs SI470x chip. Currently these devices are known to work: - 10c4:818a: Silicon Labs [31mCONFIG_USB[0m FM Radio Reference Design - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music) - 1b80:d700: KWorld [31mCONFIG_USB[0m FM Radio SnapMusic Mobile 700 (FM700) - 10c5:819a: Sanei Electric FM [31mCONFIG_USB[0m Radio (aka DealExtreme.com PCear) Sound is provided by the ALSA [31mCONFIG_USB[0m Audio/MIDI driver. Therefore if you don't want to use the device solely for [31mCONFIG_RDS[0m receiving, it is recommended to also select [31mCONFIG_SND_USB_AUDIO[0m. Please have a look at the documentation, especially on how to redirect the audio stream from the radio to your sound device: Documentation/media/v4l-drivers/si470x.rst Say Y here if you want to connect this type of radio to your computer's [31mCONFIG_USB[0m port. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called radio-usb-si470x. config [31mCONFIG_I2C_SI470X[0m tristate "Silicon Labs Si470x FM Radio Receiver support with I2C" depends on [31mCONFIG_I2C[0m && [31mCONFIG_RADIO_SI470X[0m help This is a driver for [31mCONFIG_I2C[0m devices with the Silicon Labs SI470x chip. Say Y here if you want to connect this type of radio to your computer's [31mCONFIG_I2C[0m port. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called radio-i2c-si470x. |