Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111772
b: refs/heads/master
c: 8ead536
h: refs/heads/master
v: v3
  • Loading branch information
Remi Denis-Courmont authored and David S. Miller committed Sep 23, 2008
1 parent 268bcc4 commit e778930
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b07b3f69a8471cdc142c51461a331226fef248a
refs/heads/master: 8ead536dec142f27d5b5f72c3994eb39f4741717
1 change: 1 addition & 0 deletions trunk/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ source "net/can/Kconfig"
source "net/irda/Kconfig"
source "net/bluetooth/Kconfig"
source "net/rxrpc/Kconfig"
source "net/phonet/Kconfig"

config FIB_RULES
bool
Expand Down
1 change: 1 addition & 0 deletions trunk/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ obj-$(CONFIG_AF_RXRPC) += rxrpc/
obj-$(CONFIG_ATM) += atm/
obj-$(CONFIG_DECNET) += decnet/
obj-$(CONFIG_ECONET) += econet/
obj-$(CONFIG_PHONET) += phonet/
ifneq ($(CONFIG_VLAN_8021Q),)
obj-y += 8021q/
endif
Expand Down
16 changes: 16 additions & 0 deletions trunk/net/phonet/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Phonet protocol
#

config PHONET
tristate "Phonet protocols family"
help
The Phone Network protocol (PhoNet) is a packet-oriented
communication protocol developped by Nokia for use with its modems.

This is required for Maemo to use cellular data connectivity (if
supported). It can also be used to control Nokia phones
from a Linux computer, although AT commands may be easier to use.

To compile this driver as a module, choose M here: the module
will be called phonet. If unsure, say N.
4 changes: 4 additions & 0 deletions trunk/net/phonet/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
obj-$(CONFIG_PHONET) += phonet.o

phonet-objs := \
af_phonet.o

0 comments on commit e778930

Please sign in to comment.