Commit 3cb4ce90 authored by Greg Banks's avatar Greg Banks Committed by James Morris

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

 Symbol CONFIG_SOFTWARE_SUSPEND depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.
parent e7b31716
...@@ -208,7 +208,7 @@ if [ "$CONFIG_FB" = "y" ]; then ...@@ -208,7 +208,7 @@ if [ "$CONFIG_FB" = "y" ]; then
bool ' TMPTX3912/PR31700 frame buffer support' CONFIG_FB_TX3912 bool ' TMPTX3912/PR31700 frame buffer support' CONFIG_FB_TX3912
fi fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then 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 fi
bool ' Advanced low level driver options' CONFIG_FBCON_ADVANCED bool ' Advanced low level driver options' CONFIG_FBCON_ADVANCED
......
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