]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners (6_16)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:49:43 +0000 (23:49 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:49:43 +0000 (23:49 -0700)
1/16 definitions of CONFIG_NETDEVICES have trivially different banners.

arch/arm/config.in

index 5215ffb4e4ad2aa1d3b590d5e78d97dca420c315..b5b9520bc2a41eb1f364f14ef0962a34377348c8 100644 (file)
@@ -520,7 +520,7 @@ if [ "$CONFIG_NET" = "y" ]; then
    mainmenu_option next_comment
    comment 'Network device support'
 
-   bool 'Network device support?' CONFIG_NETDEVICES
+   bool 'Network device support' CONFIG_NETDEVICES
    if [ "$CONFIG_NETDEVICES" = "y" ]; then
       source drivers/net/Config.in
    fi