patch-1.3.99 linux/arch/i386/config.in
Next file: linux/arch/i386/kernel/irq.c
Previous file: linux/arch/i386/boot/Makefile
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Tue May  7 12:06:50 1996
 -  Orig file: 
v1.3.98/linux/arch/i386/config.in
 -  Orig date: 
Sun May  5 08:51:58 1996
 
diff -u --recursive --new-file v1.3.98/linux/arch/i386/config.in linux/arch/i386/config.in
@@ -26,14 +26,15 @@
 bool 'Limit memory to low 16MB' CONFIG_MAX_16M
 bool 'PCI bios support' CONFIG_PCI
 if [ "$CONFIG_PCI" = "y" ]; then
-  bool '   PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZE
+  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+    bool '   PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZE
+  fi
 fi
 bool 'System V IPC' CONFIG_SYSVIPC
 tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
-if [ "$CONFIG_BINFMT_ELF" = "y" ]; then
-  bool 'Compile kernel as ELF - if your GCC is ELF-GCC' CONFIG_KERNEL_ELF
-fi
+bool 'Compile kernel as ELF - if your GCC is ELF-GCC' CONFIG_KERNEL_ELF
+
 choice 'Processor type' \
 	"386		CONFIG_M386	\
 	 486		CONFIG_M486	\
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this