]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (2_7)
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 05:53:33 +0000 (22:53 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:53:33 +0000 (22:53 -0700)
 Symbol CONFIG_SOFTWARE_SUSPEND depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.

drivers/video/Config.in

index dbdc69a118e591d18e391666fd70ec19f4b56a28..5fde81c8e7e84f89e432b5014c487c0d606d078d 100644 (file)
@@ -208,7 +208,7 @@ if [ "$CONFIG_FB" = "y" ]; then
       bool '  TMPTX3912/PR31700 frame buffer support' CONFIG_FB_TX3912
    fi
    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-      tristate '  Virtual Frame Buffer support (ONLY FOR TESTING!)' CONFIG_FB_VIRTUAL
+      tristate '  Virtual Frame Buffer support (ONLY FOR TESTING!) (EXPERIMENTAL)' CONFIG_FB_VIRTUAL
    fi
 
    bool '  Advanced low level driver options' CONFIG_FBCON_ADVANCED