aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorremi.denis-courmont@nokia <remi.denis-courmont@nokia>2009-01-22 22:00:25 -0500
committerDavid S. Miller <davem@davemloft.net>2009-01-27 00:03:33 -0500
commit5075138d67ac66adab777163907d92d1a955ff50 (patch)
tree70309155289c426788cd9aff8131713073c0eb5d
parent1e336d0fc99f159ed636ffb9128bc84e09ccc279 (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>
-rw-r--r--net/Kconfig2
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"
185source "net/lapb/Kconfig" 185source "net/lapb/Kconfig"
186source "net/econet/Kconfig" 186source "net/econet/Kconfig"
187source "net/wanrouter/Kconfig" 187source "net/wanrouter/Kconfig"
188source "net/phonet/Kconfig"
188source "net/sched/Kconfig" 189source "net/sched/Kconfig"
189source "net/dcb/Kconfig" 190source "net/dcb/Kconfig"
190 191
@@ -229,7 +230,6 @@ source "net/can/Kconfig"
229source "net/irda/Kconfig" 230source "net/irda/Kconfig"
230source "net/bluetooth/Kconfig" 231source "net/bluetooth/Kconfig"
231source "net/rxrpc/Kconfig" 232source "net/rxrpc/Kconfig"
232source "net/phonet/Kconfig"
233 233
234config FIB_RULES 234config FIB_RULES
235 bool 235 bool