Skip to content

Commit

Permalink
[PATCH] Kbuild menu - hide empty NETDEVICES menu when NET is disabled
Browse files Browse the repository at this point in the history
Make the whole netdevices menu depend on NET, rather than having an empty
submenu when networking is disabled.

Indeed, almost the whole body of the menu was surrounded by if NETDEVICES,
and what was outside depended on NETCONSOLE which is inside the menu.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Jeff Garzik committed Feb 7, 2006
1 parent 99bb257 commit 6967bd8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#

menu "Network device support"
depends on NET

config NETDEVICES
depends on NET
default y if UML
bool "Network device support"
---help---
Expand All @@ -24,9 +24,6 @@ config NETDEVICES

If unsure, say Y.

# All the following symbols are dependent on NETDEVICES - do not repeat
# that for each of the symbols.
if NETDEVICES

config IFB
tristate "Intermediate Functional Block support"
Expand Down Expand Up @@ -2718,8 +2715,6 @@ config NETCONSOLE
If you want to log kernel messages over the network, enable this.
See <file:Documentation/networking/netconsole.txt> for details.

endif #NETDEVICES

config NETPOLL
def_bool NETCONSOLE

Expand Down

0 comments on commit 6967bd8

Please sign in to comment.