Kconfig 1.4 KB

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