summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
authorSam Ravnborg2005-07-12 06:03:49 +0200
committerDavid S. Miller2005-07-12 06:03:49 +0200
commitd5950b4355049092739bea97d1bdc14433126cc5 (patch)
treea76e11dfb7209e3ab49352ee4f8776b4a59249d9 /arch/um/Kconfig
parent[IPV4]: Prevent oops when printing martian source (diff)
downloadkernel-qcow2-linux-d5950b4355049092739bea97d1bdc14433126cc5.tar.gz
kernel-qcow2-linux-d5950b4355049092739bea97d1bdc14433126cc5.tar.xz
kernel-qcow2-linux-d5950b4355049092739bea97d1bdc14433126cc5.zip
[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/um/Kconfig')
-rw-r--r--arch/um/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 6682c7883647..f945444df49c 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -275,6 +275,8 @@ endmenu
source "init/Kconfig"
+source "net/Kconfig"
+
source "drivers/base/Kconfig"
source "arch/um/Kconfig_char"
@@ -287,7 +289,7 @@ config NETDEVICES
source "arch/um/Kconfig_net"
-source "net/Kconfig"
+source "drivers/net/Kconfig"
source "fs/Kconfig"