patch-2.1.70 linux/arch/mips/config.in
Next file: linux/arch/ppc/config.in
Previous file: linux/arch/m68k/config.in
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Dec 2 11:41:44 1997
- Orig file:
v2.1.69/linux/arch/mips/config.in
- Orig date:
Sat Oct 25 02:44:14 1997
diff -u --recursive --new-file v2.1.69/linux/arch/mips/config.in linux/arch/mips/config.in
@@ -179,6 +179,17 @@
endmenu
fi
+# Conditionally compile in the Uniform CD-ROM driver
+if [ "$CONFIG_BLK_DEV_SR" = "y" ]; then
+ define_bool CONFIG_CDROM y
+else
+ if [ "$CONFIG_BLK_DEV_SR" = "m" ]; then
+ define_bool CONFIG_CDROM m
+ else
+ define_bool CONFIG_CDROM n
+ fi
+fi
+
source fs/Config.in
source fs/nls/Config.in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov