patch-2.1.29 linux/drivers/sbus/char/Config.in
Next file: linux/drivers/sbus/char/Makefile
Previous file: linux/drivers/sbus/audio/cs4231.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Wed Mar 5 17:04:32 1997
- Orig file:
v2.1.28/linux/drivers/sbus/char/Config.in
- Orig date:
Fri Dec 13 01:37:32 1996
diff -u --recursive --new-file v2.1.28/linux/drivers/sbus/char/Config.in linux/drivers/sbus/char/Config.in
@@ -10,11 +10,7 @@
bool 'bwtwo support' SUN_FB_BWTWO
bool 'leo/zx support' SUN_FB_LEO
bool 'weitek P9X00 support' TADPOLE_FB_WEITEK
- bool 'Fast 8 bit 1152x900 mode' SUN_FB_FAST_ONE
- bool 'Fast mono 1152x900 mode' SUN_FB_FAST_TWO
- bool 'Fast 8 bit 1280x1024 mode' SUN_FB_FAST_MONO
if [ "$TADPOLE_FB_WEITEK" = "n" ]; then
- bool 'Generic AutoResolution mode' SUN_FB_GENERIC
fbs=$SUN_FB_CGSIX
fbs=$fbs$SUN_FB_TCX
fbs=$fbs$SUN_FB_CGTHREE
@@ -22,7 +18,6 @@
fbs=$fbs$SUN_FB_CGFOURTEEN
fbs=$fbs$SUN_FB_LEO
fbs=$fbs$TADPOLE_FB_WEITEK
- fbs=$fbs$SUN_FB_GENERIC
if [ "$fbs" = "nnnnnnnn" ]; then
echo "Warning: You have excluded ALL FB Support"
echo "Notice: Enabling Generic AutoResolution"
@@ -39,12 +34,9 @@
define_bool SUN_FB_BWTWO y
define_bool SUN_FB_LEO y
define_bool TADPOLE_FB_WEITEK y
- define_bool SUN_FB_FAST_ONE y
- define_bool SUN_FB_FAST_TWO y
- define_bool SUN_FB_FAST_MONO y
- define_bool SUN_FB_GENERIC y
fi
comment 'Misc Linux/SPARC drivers'
tristate '/dev/openprom device support' CONFIG_SUN_OPENPROMIO
tristate 'Mostek real time clock support' CONFIG_SUN_MOSTEK_RTC
+tristate 'Bidirectional parallel port support' CONFIG_SUN_BPP
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov