Kconfig 948 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Mobile Digital TV device configuration
  3. #
  4. config MDTV_SIANO_STELLAR_COMMON
  5. tristate "Siano SMS10xx adapter"
  6. default m
  7. ---help---
  8. Choose Y here if you have SMS10xx chipset.
  9. In order to control the SMS10xx chipset you will need SMS Host Control library.
  10. Further documentation on this driver can be found on the WWW at
  11. <http://www.siano-ms.com/>.
  12. To compile this driver as a module, choose M here: the
  13. modules will be called smschar and smsnet.
  14. config MDTV_SIANO_STELLAR_USB
  15. tristate "Siano SMS10xx USB dongle support"
  16. depends on MDTV_SIANO_STELLAR_COMMON
  17. default m
  18. ---help---
  19. Choose Y here if you have USB dongle with SMS10xx chipset.
  20. In order to control the SMS10xx chipset you will need SMS Host Control library.
  21. Further documentation on this driver can be found on the WWW at
  22. <http://www.siano-ms.com/>.
  23. To compile this driver as a module, choose M here: the
  24. module will be called smsusb.