diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-23 01:59:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-23 01:59:57 +0000 |
commit | b40ffafe56a125fd794b37f40c09031b83b7239d (patch) | |
tree | 0e5773808705f170a94959ba164c925f099bdde8 /arch | |
parent | da26d6eff310faa96294bafda5dcfa2fea56f706 (diff) |
Eleminate CONFIG_HAVE_IO_PORTS, it was a synonym for what is now
CONFIG_ISA.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/config.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index e5b6e362d..8c6aeda8a 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -27,11 +27,10 @@ bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI # Select some configuration options automatically for certain systems. # unset CONFIG_ARC32 -unset CONFIG_PCI unset CONFIG_ISA +unset CONFIG_PCI unset CONFIG_MIPS_JAZZ unset CONFIG_VIDEO_G364 -unset CONFIG_HAVE_IO_PORTS unset CONFIG_PC_KEYB define_bool CONFIG_SBUS n @@ -42,7 +41,7 @@ fi if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \ "$CONFIG_OLIVETTI_M700" = "y" ]; then define_bool CONFIG_ARC32 y - define_bool CONFIG_HAVE_IO_PORTS y + define_bool CONFIG_ISA y define_bool CONFIG_FB y define_bool CONFIG_FB_G364 y define_bool CONFIG_MIPS_JAZZ y @@ -50,7 +49,7 @@ if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \ fi if [ "$CONFIG_ACER_PICA_61" = "y" ]; then define_bool CONFIG_ARC32 y - define_bool CONFIG_HAVE_IO_PORTS y + define_bool CONFIG_ISA y define_bool CONFIG_MIPS_JAZZ y define_bool CONFIG_PC_KEYB y fi @@ -60,11 +59,11 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then fi if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then define_bool CONFIG_ARC32 y - define_bool CONFIG_HAVE_IO_PORTS y + define_bool CONFIG_PCI y + define_bool CONFIG_ISA y define_bool CONFIG_PC_KEYB y fi if [ "$CONFIG_DDB5074" = "y" ]; then - define_bool CONFIG_HAVE_IO_PORTS y define_bool CONFIG_ISA y define_bool CONFIG_PCI y fi |