Kconfig 874 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Siano Mobile Silicon Digital TV device configuration
  4. #
  5. config SMS_SIANO_MDTV
  6. tristate
  7. depends on DVB_CORE && HAS_DMA
  8. depends on !RC_CORE || RC_CORE
  9. depends on SMS_USB_DRV || SMS_SDIO_DRV
  10. default y
  11. config SMS_SIANO_RC
  12. bool "Enable Remote Controller support for Siano devices"
  13. depends on SMS_SIANO_MDTV && RC_CORE
  14. depends on SMS_USB_DRV || SMS_SDIO_DRV
  15. depends on MEDIA_COMMON_OPTIONS
  16. default y
  17. help
  18. Choose Y to select Remote Controller support for Siano driver.
  19. config SMS_SIANO_DEBUGFS
  20. bool "Enable debugfs for smsdvb"
  21. depends on SMS_SIANO_MDTV
  22. depends on DEBUG_FS
  23. depends on SMS_USB_DRV = SMS_SDIO_DRV
  24. help
  25. Choose Y to enable visualizing a dump of the frontend
  26. statistics response packets via debugfs. Currently, works
  27. only with Siano USB devices.
  28. Useful only for developers. In doubt, say N.