diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2005-07-12 00:03:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-12 00:03:49 -0400 |
commit | d5950b4355049092739bea97d1bdc14433126cc5 (patch) | |
tree | a76e11dfb7209e3ab49352ee4f8776b4a59249d9 /arch/arm/Kconfig | |
parent | 0b7f22aab4e960c75e82ad696ef852f9b0015e7d (diff) |
[NET]: add a top-level Networking menu to *config
Create a new top-level menu named "Networking" thus moving
net related options and protocol selection way from the drivers
menu and up on the top-level where they belong.
To implement this all architectures has to source "net/Kconfig" before
drivers/*/Kconfig in their Kconfig file. This change has been
implemented for all architectures.
Device drivers for ordinary NIC's are still to be found
in the Device Drivers section, but Bluetooth, IrDA and ax25
are located with their corresponding menu entries under the new
networking menu item.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8752751f9985..45462714caf1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -700,6 +700,8 @@ config APM | |||
700 | 700 | ||
701 | endmenu | 701 | endmenu |
702 | 702 | ||
703 | source "net/Kconfig" | ||
704 | |||
703 | menu "Device Drivers" | 705 | menu "Device Drivers" |
704 | 706 | ||
705 | source "drivers/base/Kconfig" | 707 | source "drivers/base/Kconfig" |
@@ -732,7 +734,7 @@ source "drivers/ieee1394/Kconfig" | |||
732 | 734 | ||
733 | source "drivers/message/i2o/Kconfig" | 735 | source "drivers/message/i2o/Kconfig" |
734 | 736 | ||
735 | source "net/Kconfig" | 737 | source "drivers/net/Kconfig" |
736 | 738 | ||
737 | source "drivers/isdn/Kconfig" | 739 | source "drivers/isdn/Kconfig" |
738 | 740 | ||