[NET]: move config options out to individual protocols
Move the protocol specific config options out to the specific protocols. With this change net/Kconfig now starts to become readable and serve as a good basis for further re-structuring. The menu structure is left almost intact, except that indention is fixed in most cases. Most visible are the INET changes where several "depends on INET" are replaced with a single ifdef INET / endif pair. Several new files were created to accomplish this change - they are small but serve the purpose that config options are now distributed out where they belongs. Signed-off-by:Sam Ravnborg <sam@ravnborg.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/appletalk/Kconfig 27 additions, 0 deletionsdrivers/net/appletalk/Kconfig
- net/8021q/Kconfig 19 additions, 0 deletionsnet/8021q/Kconfig
- net/Kconfig 17 additions, 429 deletionsnet/Kconfig
- net/atm/Kconfig 74 additions, 0 deletionsnet/atm/Kconfig
- net/bridge/Kconfig 31 additions, 0 deletionsnet/bridge/Kconfig
- net/decnet/Kconfig 23 additions, 0 deletionsnet/decnet/Kconfig
- net/econet/Kconfig 36 additions, 0 deletionsnet/econet/Kconfig
- net/ipv4/Kconfig 5 additions, 20 deletionsnet/ipv4/Kconfig
- net/ipv4/ipvs/Kconfig 2 additions, 2 deletionsnet/ipv4/ipvs/Kconfig
- net/ipv6/Kconfig 21 additions, 1 deletionnet/ipv6/Kconfig
- net/ipx/Kconfig 33 additions, 0 deletionsnet/ipx/Kconfig
- net/lapb/Kconfig 22 additions, 0 deletionsnet/lapb/Kconfig
- net/packet/Kconfig 26 additions, 0 deletionsnet/packet/Kconfig
- net/sched/Kconfig 37 additions, 0 deletionsnet/sched/Kconfig
- net/unix/Kconfig 21 additions, 0 deletionsnet/unix/Kconfig
- net/wanrouter/Kconfig 29 additions, 0 deletionsnet/wanrouter/Kconfig
- net/x25/Kconfig 36 additions, 0 deletionsnet/x25/Kconfig
- net/xfrm/Kconfig 15 additions, 0 deletionsnet/xfrm/Kconfig
Loading
Please register or sign in to comment