Kconfig 974 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # HSI clients configuration
  3. #
  4. comment "HSI clients"
  5. config NOKIA_MODEM
  6. tristate "Nokia Modem"
  7. depends on HSI && SSI_PROTOCOL && CMT_SPEECH
  8. help
  9. Say Y here if you want to add support for the modem on Nokia
  10. N900 (Nokia RX-51) hardware.
  11. If unsure, say N.
  12. config CMT_SPEECH
  13. tristate "CMT speech"
  14. depends on HSI && SSI_PROTOCOL
  15. help
  16. If you say Y here, you will enable the CMT speech protocol used
  17. by Nokia modems. If you say M the protocol will be available as
  18. module named cmt_speech.
  19. If unsure, say N.
  20. config SSI_PROTOCOL
  21. tristate "SSI protocol"
  22. depends on HSI && PHONET && OMAP_SSI
  23. help
  24. If you say Y here, you will enable the SSI protocol aka McSAAB.
  25. If unsure, say N.
  26. config HSI_CHAR
  27. tristate "HSI/SSI character driver"
  28. depends on HSI
  29. ---help---
  30. If you say Y here, you will enable the HSI/SSI character driver.
  31. This driver provides a simple character device interface for
  32. serial communication with the cellular modem over HSI/SSI bus.