Kconfig 886 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Siano Mobile Silicon Digital TV device configuration
  3. #
  4. config SMS_SIANO_MDTV
  5. tristate "Siano SMS1xxx based MDTV receiver"
  6. depends on DVB_CORE && RC_CORE && HAS_DMA
  7. ---help---
  8. Choose Y or M here if you have MDTV receiver with a Siano chipset.
  9. To compile this driver as a module, choose M here
  10. (The module will be called smsmdtv).
  11. Further documentation on this driver can be found on the WWW
  12. at http://www.siano-ms.com/
  13. if SMS_SIANO_MDTV
  14. menu "Siano module components"
  15. # Hardware interfaces support
  16. config SMS_USB_DRV
  17. tristate "USB interface support"
  18. depends on DVB_CORE && USB
  19. ---help---
  20. Choose if you would like to have Siano's support for USB interface
  21. config SMS_SDIO_DRV
  22. tristate "SDIO interface support"
  23. depends on DVB_CORE && MMC
  24. ---help---
  25. Choose if you would like to have Siano's support for SDIO interface
  26. endmenu
  27. endif # SMS_SIANO_MDTV