summaryrefslogtreecommitdiffstats
path: root/arch/i386/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
commit1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch)
tree357efc7b93f8f5102110d20d293f41360ec212fc /arch/i386/config.in
parentaea27b2e18d69af87e673972246e66657b4fa274 (diff)
Merge with Linux 2.3.21.
Diffstat (limited to 'arch/i386/config.in')
-rw-r--r--arch/i386/config.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/arch/i386/config.in b/arch/i386/config.in
index 136034f6f..872822e6c 100644
--- a/arch/i386/config.in
+++ b/arch/i386/config.in
@@ -59,29 +59,30 @@ comment 'General setup'
bool 'BIGMEM support' CONFIG_BIGMEM
bool 'Networking support' CONFIG_NET
-bool 'PCI support' CONFIG_PCI
-if [ "$CONFIG_PCI" = "y" ]; then
- choice 'PCI access mode' \
- "BIOS CONFIG_PCI_GOBIOS \
- Direct CONFIG_PCI_GODIRECT \
- Any CONFIG_PCI_GOANY" Any
- if [ "$CONFIG_PCI_GOBIOS" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
- define_bool CONFIG_PCI_BIOS y
- fi
- if [ "$CONFIG_PCI_GODIRECT" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
- define_bool CONFIG_PCI_DIRECT y
- fi
-fi
-bool 'MCA support' CONFIG_MCA
bool 'SGI Visual Workstation support' CONFIG_VISWS
if [ "$CONFIG_VISWS" = "y" ]; then
define_bool CONFIG_X86_VISWS_APIC y
define_bool CONFIG_X86_LOCAL_APIC y
+ define_bool CONFIG_PCI y
else
if [ "$CONFIG_SMP" = "y" ]; then
define_bool CONFIG_X86_IO_APIC y
define_bool CONFIG_X86_LOCAL_APIC y
fi
+ bool 'PCI support' CONFIG_PCI
+ if [ "$CONFIG_PCI" = "y" ]; then
+ choice 'PCI access mode' \
+ "BIOS CONFIG_PCI_GOBIOS \
+ Direct CONFIG_PCI_GODIRECT \
+ Any CONFIG_PCI_GOANY" Any
+ if [ "$CONFIG_PCI_GOBIOS" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
+ define_bool CONFIG_PCI_BIOS y
+ fi
+ if [ "$CONFIG_PCI_GODIRECT" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
+ define_bool CONFIG_PCI_DIRECT y
+ fi
+ fi
+ bool 'MCA support' CONFIG_MCA
fi
source drivers/pcmcia/Config.in
@@ -182,9 +183,8 @@ if [ "$CONFIG_VT" = "y" ]; then
bool 'Video mode selection support' CONFIG_VIDEO_SELECT
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'MDA text console (dual-headed) (EXPERIMENTAL)' CONFIG_MDA_CONSOLE
- bool 'Support for frame buffer devices (EXPERIMENTAL)' CONFIG_FB
+ source drivers/video/Config.in
fi
- source drivers/video/Config.in
endmenu
fi