Kconfig 904 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Phonet protocol
  3. #
  4. config PHONET
  5. tristate "Phonet protocols family"
  6. help
  7. The Phone Network protocol (PhoNet) is a packet-oriented
  8. communication protocol developed by Nokia for use with its modems.
  9. This is required for Maemo to use cellular data connectivity (if
  10. supported). It can also be used to control Nokia phones
  11. from a Linux computer, although AT commands may be easier to use.
  12. To compile this driver as a module, choose M here: the module
  13. will be called phonet. If unsure, say N.
  14. config PHONET_PIPECTRLR
  15. bool "Phonet Pipe Controller (EXPERIMENTAL)"
  16. depends on PHONET && EXPERIMENTAL
  17. default N
  18. help
  19. The Pipe Controller implementation in Phonet stack to support Pipe
  20. data with Nokia Slim modems like WG2.5 used on ST-Ericsson U8500
  21. platform.
  22. This option is incompatible with older Nokia modems.
  23. Say N here unless you really know what you are doing.