Commit c21ea1e6 authored by Greg Banks's avatar Greg Banks Committed by James Morris

[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (7_7)

 Symbol CONFIG_SOFTWARE_SUSPEND depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.
parent 70eb635c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment