Kconfig 704 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # HSI clients configuration
  3. #
  4. comment "HSI clients"
  5. config NOKIA_MODEM
  6. tristate "Nokia Modem"
  7. depends on HSI && SSI_PROTOCOL
  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 SSI_PROTOCOL
  13. tristate "SSI protocol"
  14. depends on HSI && PHONET && OMAP_SSI
  15. help
  16. If you say Y here, you will enable the SSI protocol aka McSAAB.
  17. If unsure, say N.
  18. config HSI_CHAR
  19. tristate "HSI/SSI character driver"
  20. depends on HSI
  21. ---help---
  22. If you say Y here, you will enable the HSI/SSI character driver.
  23. This driver provides a simple character device interface for
  24. serial communication with the cellular modem over HSI/SSI bus.