diff options
author | remi.denis-courmont@nokia <remi.denis-courmont@nokia> | 2009-01-23 06:00:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-27 08:03:33 +0300 |
commit | 5075138d67ac66adab777163907d92d1a955ff50 (patch) | |
tree | 70309155289c426788cd9aff8131713073c0eb5d | |
parent | 1e336d0fc99f159ed636ffb9128bc84e09ccc279 (diff) | |
download | linux-5075138d67ac66adab777163907d92d1a955ff50.tar.xz |
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/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" source "net/lapb/Kconfig" source "net/econet/Kconfig" source "net/wanrouter/Kconfig" +source "net/phonet/Kconfig" source "net/sched/Kconfig" source "net/dcb/Kconfig" @@ -229,7 +230,6 @@ source "net/can/Kconfig" source "net/irda/Kconfig" source "net/bluetooth/Kconfig" source "net/rxrpc/Kconfig" -source "net/phonet/Kconfig" config FIB_RULES bool |