Kconfig 772 B

1234567891011121314151617181920212223242526
  1. #
  2. # Siano Mobile Silicon Digital TV device configuration
  3. #
  4. config DVB_SIANO_SMS1XXX
  5. tristate "Siano SMS1XXX USB dongle support"
  6. depends on DVB_CORE && USB
  7. ---help---
  8. Choose Y here if you have a USB dongle with a SMS1XXX chipset.
  9. To compile this driver as a module, choose M here: the
  10. module will be called sms1xxx.
  11. config DVB_SIANO_SMS1XXX_SMS_IDS
  12. bool "Enable support for Siano Mobile Silicon default USB IDs"
  13. depends on DVB_SIANO_SMS1XXX
  14. default y
  15. ---help---
  16. Choose Y here if you have a USB dongle with a SMS1XXX chipset
  17. that uses Siano Mobile Silicon's default usb vid:pid.
  18. Choose N here if you would prefer to use Siano's external driver.
  19. Further documentation on this driver can be found on the WWW at
  20. <http://www.siano-ms.com/>.