patch-2.1.132 linux/drivers/acorn/char/Config.in
Next file: linux/drivers/acorn/char/Makefile
Previous file: linux/drivers/acorn/block/ide-ics.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Dec 17 09:07:45 1998
- Orig file:
v2.1.131/linux/drivers/acorn/char/Config.in
- Orig date:
Fri May 8 23:14:46 1998
diff -u --recursive --new-file v2.1.131/linux/drivers/acorn/char/Config.in linux/drivers/acorn/char/Config.in
@@ -2,3 +2,14 @@
tristate ' Atomwide serial port support' CONFIG_ATOMWIDE_SERIAL
tristate ' Dual serial port support' CONFIG_DUALSP_SERIAL
fi
+
+if [ "$CONFIG_MOUSE" = "y" ]; then
+ if [ "$CONFIG_ARCH_ACORN" = "y" ]; then
+ if [ "$CONFIG_ARCH_RPC" != "y" ]; then
+ define_bool CONFIG_KBDMOUSE y
+ else
+ define_bool CONFIG_RPCMOUSE y
+ fi
+ fi
+fi
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov