mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
1e336d0fc9
commit
5075138d67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue