patch-2.3.50 linux/drivers/video/Config.in
Next file: linux/drivers/video/Makefile
Previous file: linux/drivers/usb/usb.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Mar 7 11:06:44 2000
- Orig file:
v2.3.49/linux/drivers/video/Config.in
- Orig date:
Thu Mar 2 14:36:23 2000
diff -u --recursive --new-file v2.3.49/linux/drivers/video/Config.in linux/drivers/video/Config.in
@@ -85,6 +85,7 @@
if [ "$ARCH" = "i386" ]; then
bool ' VESA VGA graphics console' CONFIG_FB_VESA
tristate ' VGA 16-color graphics console' CONFIG_FB_VGA16
+ tristate ' Hercules mono graphics console (EXPERIMENTAL)' CONFIG_FB_HGA
define_bool CONFIG_VIDEO_SELECT y
fi
if [ "$CONFIG_VISWS" = "y" ]; then
@@ -173,6 +174,7 @@
tristate ' Mac variable bpp packed pixels support' CONFIG_FBCON_MAC
tristate ' VGA 16-color planar support' CONFIG_FBCON_VGA_PLANES
tristate ' VGA characters/attributes support' CONFIG_FBCON_VGA
+ tristate ' HGA monochrome support (EXPERIMENTAL)' CONFIG_FBCON_HGA
else
# Guess what we need
if [ "$CONFIG_FB_ACORN" = "y" -o "$CONFIG_FB_AMIGA" = "y" -o \
@@ -329,6 +331,13 @@
else
if [ "$CONFIG_FB_VGA16" = "m" ]; then
define_tristate CONFIG_FBCON_VGA_PLANES m
+ fi
+ fi
+ if [ "$CONFIG_FB_HGA" = "y" ]; then
+ define_tristate CONFIG_FBCON_HGA y
+ else
+ if [ "$CONFIG_FB_HGA" = "m" ]; then
+ define_tristate CONFIG_FBCON_HGA m
fi
fi
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)