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

arch/i386/config.in

index 7c9e4e11acedeb745a192bf6aa4c4d69b9a3cf39..0a35c2b5638cb7fe0f9d4a196966dd58eae841f1 100644 (file)
@@ -407,7 +407,7 @@ source net/bluetooth/Config.in
 mainmenu_option next_comment
 comment 'Kernel hacking'
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-   dep_bool 'Software Suspend' CONFIG_SOFTWARE_SUSPEND $CONFIG_PM
+   dep_bool 'Software Suspend (EXPERIMENTAL)' CONFIG_SOFTWARE_SUSPEND $CONFIG_PM
 fi
 
 bool 'Kernel debugging' CONFIG_DEBUG_KERNEL