summaryrefslogtreecommitdiffstats
path: root/drivers/video/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Config.in')
-rw-r--r--drivers/video/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Config.in b/drivers/video/Config.in
index 20f3746fd..f3cb63093 100644
--- a/drivers/video/Config.in
+++ b/drivers/video/Config.in
@@ -53,7 +53,7 @@ if [ "$CONFIG_FB" = "y" ]; then
if [ "$ARCH" = "i386" -o "$ARCH" = "alpha" -o "$ARCH" = "ppc" -o \
"$CONFIG_ARM" = "y" ]; then
if [ "$CONFIG_ARM" != "y" -o "$CONFIG_ARCH_ACORN" != "y" ] ; then
- tristate 'VGA chipset support (text only)' CONFIG_FB_VGA
+ tristate 'Deprecated almost-VGA support (text only - use normal VGA console instead)' CONFIG_FB_VGA
fi
fi
if [ "$ARCH" = "alpha" ]; then