Kconfig 516 B

12345678910111213141516
  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.