diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-27 00:12:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-27 00:12:58 +0000 |
commit | 58913b6073d4cf2138b201fc8034c834a5123302 (patch) | |
tree | 7bf6a24494b1a0dd309f95346a61c0ecb2037b15 /arch/mips64/config.in | |
parent | 5ba8d2c6b76ceb5b7cf229c4e30f0b880aeefc5d (diff) |
Cleanup CONFIG_SGI_IP35.
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r-- | arch/mips64/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in index 907bedbce..5ffba3f51 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -43,6 +43,7 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then define_bool CONFIG_ARC32 y define_bool CONFIG_BOARD_SCACHE y define_bool CONFIG_ARC_MEMORY y + define_bool CONFIG_SGI y fi if [ "$CONFIG_SGI_IP27" = "y" ]; then @@ -51,6 +52,7 @@ if [ "$CONFIG_SGI_IP27" = "y" ]; then define_bool CONFIG_COHERENT_IO y define_bool CONFIG_PCI y define_bool CONFIG_QL_ISP_A64 y + define_bool CONFIG_SGI y fi if [ "$CONFIG_ISA" != "y" ]; then |