]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig missing OBSOLETE (3_3)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:46:43 +0000 (23:46 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:46:43 +0000 (23:46 -0700)
Symbol CONFIG_SK_G16 depends on CONFIG_OBSOLETE but does
not say so in its banner.

drivers/net/Config.in

index 0421ef83801a15da6e973863802c6ecd90767136..c15e62b48281d8399337621d37319e250773ff8c 100644 (file)
@@ -135,7 +135,7 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
         dep_tristate '    SEEQ8005 support (EXPERIMENTAL)' CONFIG_SEEQ8005 $CONFIG_EXPERIMENTAL
       fi
       if [ "$CONFIG_OBSOLETE" = "y" ]; then
-         tristate '    SK_G16 support' CONFIG_SK_G16
+         tristate '    SK_G16 support (OBSOLETE)' CONFIG_SK_G16
       fi
    fi
    if [ "$CONFIG_MCA" = "y" ]; then