diff options
author | remi.denis-courmont@nokia <remi.denis-courmont@nokia> | 2009-01-22 22:00:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-27 00:03:33 -0500 |
commit | 5075138d67ac66adab777163907d92d1a955ff50 (patch) | |
tree | 70309155289c426788cd9aff8131713073c0eb5d /net/Kconfig | |
parent | 1e336d0fc99f159ed636ffb9128bc84e09ccc279 (diff) |
Phonet: move to Networking options like other protocol stacks
Signed-off-by: RĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index cdb8fdef6c4a..a12bae0e3fe9 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -185,6 +185,7 @@ source "net/x25/Kconfig" | |||
185 | source "net/lapb/Kconfig" | 185 | source "net/lapb/Kconfig" |
186 | source "net/econet/Kconfig" | 186 | source "net/econet/Kconfig" |
187 | source "net/wanrouter/Kconfig" | 187 | source "net/wanrouter/Kconfig" |
188 | source "net/phonet/Kconfig" | ||
188 | source "net/sched/Kconfig" | 189 | source "net/sched/Kconfig" |
189 | source "net/dcb/Kconfig" | 190 | source "net/dcb/Kconfig" |
190 | 191 | ||
@@ -229,7 +230,6 @@ source "net/can/Kconfig" | |||
229 | source "net/irda/Kconfig" | 230 | source "net/irda/Kconfig" |
230 | source "net/bluetooth/Kconfig" | 231 | source "net/bluetooth/Kconfig" |
231 | source "net/rxrpc/Kconfig" | 232 | source "net/rxrpc/Kconfig" |
232 | source "net/phonet/Kconfig" | ||
233 | 233 | ||
234 | config FIB_RULES | 234 | config FIB_RULES |
235 | bool | 235 | bool |