Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. config RADIO_SI470X
  2. tristate "Silicon Labs Si470x FM Radio Receiver support"
  3. depends on VIDEO_V4L2
  4. ---help---
  5. This is a driver for devices with the Silicon Labs SI470x
  6. chip (either via USB or I2C buses).
  7. Say Y here if you want to connect this type of radio to your
  8. computer's USB port or if it is used by some other driver
  9. via I2C bus.
  10. To compile this driver as a module, choose M here: the
  11. module will be called radio-si470x-common.
  12. config USB_SI470X
  13. tristate "Silicon Labs Si470x FM Radio Receiver support with USB"
  14. depends on USB && RADIO_SI470X
  15. ---help---
  16. This is a driver for USB devices with the Silicon Labs SI470x
  17. chip. Currently these devices are known to work:
  18. - 10c4:818a: Silicon Labs USB FM Radio Reference Design
  19. - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music)
  20. - 1b80:d700: KWorld USB FM Radio SnapMusic Mobile 700 (FM700)
  21. - 10c5:819a: Sanei Electric FM USB Radio (aka DealExtreme.com PCear)
  22. Sound is provided by the ALSA USB Audio/MIDI driver. Therefore
  23. if you don't want to use the device solely for RDS receiving,
  24. it is recommended to also select SND_USB_AUDIO.
  25. Please have a look at the documentation, especially on how
  26. to redirect the audio stream from the radio to your sound device:
  27. Documentation/media/v4l-drivers/si470x.rst
  28. Say Y here if you want to connect this type of radio to your
  29. computer's USB port.
  30. To compile this driver as a module, choose M here: the
  31. module will be called radio-usb-si470x.
  32. config I2C_SI470X
  33. tristate "Silicon Labs Si470x FM Radio Receiver support with I2C"
  34. depends on I2C && RADIO_SI470X
  35. ---help---
  36. This is a driver for I2C devices with the Silicon Labs SI470x
  37. chip.
  38. Say Y here if you want to connect this type of radio to your
  39. computer's I2C port.
  40. To compile this driver as a module, choose M here: the
  41. module will be called radio-i2c-si470x.