Kconfig 1.4 KB

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