[NET]: move config options out to individual protocols
authorSam Ravnborg <sam@ravnborg.org>
Tue, 12 Jul 2005 04:13:56 +0000 (21:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2005 04:13:56 +0000 (21:13 -0700)
commit6a2e9b738cb5c929df73b6acabdd8f9a4e9a0416
treec7cdf9033093b52e360ad04dc29739ca36a617a4
parentd5950b4355049092739bea97d1bdc14433126cc5
[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>
18 files changed:
drivers/net/appletalk/Kconfig
net/8021q/Kconfig [new file with mode: 0644]
net/Kconfig
net/atm/Kconfig [new file with mode: 0644]
net/bridge/Kconfig [new file with mode: 0644]
net/decnet/Kconfig
net/econet/Kconfig [new file with mode: 0644]
net/ipv4/Kconfig
net/ipv4/ipvs/Kconfig
net/ipv6/Kconfig
net/ipx/Kconfig
net/lapb/Kconfig [new file with mode: 0644]
net/packet/Kconfig [new file with mode: 0644]
net/sched/Kconfig
net/unix/Kconfig [new file with mode: 0644]
net/wanrouter/Kconfig [new file with mode: 0644]
net/x25/Kconfig [new file with mode: 0644]
net/xfrm/Kconfig