Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Phonet protocol
0004 #
0005 
0006 config PHONET
0007         tristate "Phonet protocols family"
0008         help
0009           The Phone Network protocol (PhoNet) is a packet-oriented
0010           communication protocol developed by Nokia for use with its modems.
0011 
0012           This is required for Maemo to use cellular data connectivity (if
0013           supported). It can also be used to control Nokia phones
0014           from a Linux computer, although AT commands may be easier to use.
0015 
0016           To compile this driver as a module, choose M here: the module
0017           will be called phonet. If unsure, say N.