Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. config USB_SI4713
  2. tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB"
  3. depends on USB && I2C && RADIO_SI4713
  4. select I2C_SI4713
  5. ---help---
  6. This is a driver for USB devices with the Silicon Labs SI4713
  7. chip. Currently these devices are known to work.
  8. - 10c4:8244: Silicon Labs FM Transmitter USB device.
  9. Say Y here if you want to connect this type of radio to your
  10. computer's USB port.
  11. To compile this driver as a module, choose M here: the
  12. module will be called radio-usb-si4713.
  13. config PLATFORM_SI4713
  14. tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
  15. depends on I2C && RADIO_SI4713
  16. select I2C_SI4713
  17. ---help---
  18. This is a driver for I2C devices with the Silicon Labs SI4713
  19. chip.
  20. Say Y here if you want to connect this type of radio to your
  21. computer's I2C port.
  22. To compile this driver as a module, choose M here: the
  23. module will be called radio-platform-si4713.
  24. config I2C_SI4713
  25. tristate "Silicon Labs Si4713 FM Radio Transmitter support"
  26. depends on I2C && RADIO_SI4713
  27. ---help---
  28. Say Y here if you want support to Si4713 FM Radio Transmitter.
  29. This device can transmit audio through FM. It can transmit
  30. RDS and RBDS signals as well. This module is the v4l2 radio
  31. interface for the i2c driver of this device.
  32. To compile this driver as a module, choose M here: the
  33. module will be called si4713.