Kconfig 1008 B

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