On Sun, Apr 03, 2005 at 08:30:13PM -0700, Randy.Dunlap wrote:Very Good.
Any comments on this new version?
The new Networking menu looks unstructured.
And the net/Kconfig file contains a lot of config snippets that does not
belong there.
So I took a stamp on it with focus on:
- Move config bits to appropriate places, creating several new Kconfig
files
- Made uses of menus more consistent at least on first and second levelVery Good again.
- Move submenu to the top
- Rename top menu to "Networking" and located it just before
"File systems"
The patch became much larger. The win is that the top-level
net/Kconfig contains much less cruft.
Many of the 56 lines added are due to the additional files.
I did not (on purpose) change any functionality.
Only bit that I am worried about is the statement in SCTP:
depends on IPV6 || IPV6=n
That looked like a noop to me. It had the sideeffect that SCTP
menu entries where idented an extra level which was not desireable
with currect layout.
Comments appreciated.
Patch on top of rc2.
Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
---
Sam
drivers/Kconfig | 5 drivers/net/Kconfig | 5 drivers/net/appletalk/Kconfig | 28 ++
net/8021q/Kconfig | 21 +
net/Kconfig | 541 +++---------------------------------------
net/atm/Kconfig | 77 +++++
net/bridge/Kconfig | 32 ++
net/bridge/netfilter/Kconfig | 1 net/core/Kconfig | 67 +++++
net/decnet/Kconfig | 24 +
net/econet/Kconfig | 34 ++
net/ipv4/netfilter/Kconfig | 5 net/ipv6/Kconfig | 20 +
net/ipx/Kconfig | 33 ++
net/lapb/Kconfig | 24 +
net/packet/Kconfig | 26 ++
net/sched/Kconfig | 40 +++
net/sctp/Kconfig | 5 net/unix/Kconfig | 22 +
net/wanrouter/Kconfig | 31 ++
net/x25/Kconfig | 35 ++
21 files changed, 567 insertions(+), 509 deletions(-)