patch-2.2.18 linux/drivers/video/Config.in
Next file: linux/drivers/video/Makefile
Previous file: linux/drivers/usb/wmforce.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Sat Oct 14 00:03:45 2000
- Orig file:
v2.2.17/drivers/video/Config.in
- Orig date:
Sat Sep 9 18:42:46 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/video/Config.in linux/drivers/video/Config.in
@@ -6,7 +6,7 @@
define_bool CONFIG_DUMMY_CONSOLE y
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_PCI" = "y" ]; then
- bool 'Permedia2 support (experimental)' CONFIG_FB_PM2
+ tristate 'Permedia2 support (experimental)' CONFIG_FB_PM2
if [ "$CONFIG_FB_PM2" = "y" ]; then
if [ "$CONFIG_PCI" = "y" ]; then
bool ' enable FIFO disconnect feature' CONFIG_FB_PM2_FIFO_DISCONNECT
@@ -51,7 +51,7 @@
bool 'Atari native chipset support' CONFIG_FB_ATARI
fi
if [ "$CONFIG_ATARI" = "y" -o "$CONFIG_PCI" != "n" ]; then
- bool 'ATI Mach64 display support' CONFIG_FB_ATY
+ tristate 'ATI Mach64 display support' CONFIG_FB_ATY
fi
if [ "$CONFIG_PPC" = "y" ]; then
bool 'Open Firmware frame buffer device support' CONFIG_FB_OF
@@ -66,6 +66,8 @@
fi
fi
if [ "$CONFIG_MAC" = "y" ]; then
+ bool 'Apple "valkyrie" display support' CONFIG_FB_VALKYRIE
+# bool 'Apple DAFB display support' CONFIG_FB_DAFB
define_bool CONFIG_FB_MAC y
fi
if [ "$CONFIG_HP300" = "y" ]; then
@@ -84,7 +86,7 @@
define_bool CONFIG_BUS_I2C y
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- if [ "$CONFIG_PCI" != "n" ]; then
+ if [ "$CONFIG_PCI" != "n" -a "$ARCH" != "sparc" -a "$ARCH" != "sparc64" ]; then
tristate 'Matrox acceleration' CONFIG_FB_MATROX
if [ "$CONFIG_FB_MATROX" != "n" ]; then
bool ' Millennium I/II support' CONFIG_FB_MATROX_MILLENIUM
@@ -92,7 +94,7 @@
bool ' G100/G200 support' CONFIG_FB_MATROX_G100
bool ' Multihead support' CONFIG_FB_MATROX_MULTIHEAD
fi
- bool 'ATI Rage128 display support' CONFIG_FB_ATY128
+ tristate 'ATI Rage128 display support' CONFIG_FB_ATY128
fi
fi
if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)