patch-2.1.99 linux/arch/i386/config.in
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/alpha/math-emu/ieee-math.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Apr 28 22:41:33 1998
- Orig file:
v2.1.98/linux/arch/i386/config.in
- Orig date:
Wed Apr 8 19:36:24 1998
diff -u --recursive --new-file v2.1.98/linux/arch/i386/config.in linux/arch/i386/config.in
@@ -17,6 +17,9 @@
Pentium/K5/5x86/6x86 CONFIG_M586 \
PPro/K6/6x86MX CONFIG_M686" Pentium
bool 'Math emulation' CONFIG_MATH_EMULATION
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ bool 'MTRR (Memory Type Range Register) support' CONFIG_MTRR
+fi
endmenu
mainmenu_option next_comment
@@ -36,7 +39,8 @@
if [ "$CONFIG_PCI" = "y" ]; then
bool ' PCI BIOS support' CONFIG_PCI_BIOS
bool ' PCI direct access support' CONFIG_PCI_DIRECT
- if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ bool ' PCI quirks' CONFIG_PCI_QUIRKS
+ if [ "$CONFIG_PCI_QUIRKS" = "y" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool ' PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZE
fi
bool ' Backward-compatible /proc/pci' CONFIG_PCI_OLD_PROC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov