diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-07-09 00:10:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:04 -0400 |
commit | c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57 (patch) | |
tree | 30a696c0ab083427b8865418004f2a8bab96be44 /arch/mips/Kconfig | |
parent | ecd27b92fbb41f779d857632a69bd45dbaf0f915 (diff) |
[MIPS] remove LASAT Networks platforms support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 823a6285c55a..1619cf2c9ff0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -131,20 +131,6 @@ config MACH_JAZZ | |||
131 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and | 131 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and |
132 | Olivetti M700-10 workstations. | 132 | Olivetti M700-10 workstations. |
133 | 133 | ||
134 | config LASAT | ||
135 | bool "LASAT Networks platforms" | ||
136 | select DMA_NONCOHERENT | ||
137 | select SYS_HAS_EARLY_PRINTK | ||
138 | select HW_HAS_PCI | ||
139 | select PCI_GT64XXX_PCI0 | ||
140 | select MIPS_NILE4 | ||
141 | select R5000_CPU_SCACHE | ||
142 | select SYS_HAS_CPU_R5000 | ||
143 | select SYS_SUPPORTS_32BIT_KERNEL | ||
144 | select SYS_SUPPORTS_64BIT_KERNEL if BROKEN | ||
145 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
146 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
147 | |||
148 | config MIPS_ATLAS | 134 | config MIPS_ATLAS |
149 | bool "MIPS Atlas board" | 135 | bool "MIPS Atlas board" |
150 | select BOOT_ELF32 | 136 | select BOOT_ELF32 |
@@ -670,7 +656,6 @@ endchoice | |||
670 | source "arch/mips/au1000/Kconfig" | 656 | source "arch/mips/au1000/Kconfig" |
671 | source "arch/mips/ddb5xxx/Kconfig" | 657 | source "arch/mips/ddb5xxx/Kconfig" |
672 | source "arch/mips/jazz/Kconfig" | 658 | source "arch/mips/jazz/Kconfig" |
673 | source "arch/mips/lasat/Kconfig" | ||
674 | source "arch/mips/pmc-sierra/Kconfig" | 659 | source "arch/mips/pmc-sierra/Kconfig" |
675 | source "arch/mips/sgi-ip27/Kconfig" | 660 | source "arch/mips/sgi-ip27/Kconfig" |
676 | source "arch/mips/sibyte/Kconfig" | 661 | source "arch/mips/sibyte/Kconfig" |
@@ -779,9 +764,6 @@ config MIPS_BONITO64 | |||
779 | config MIPS_MSC | 764 | config MIPS_MSC |
780 | bool | 765 | bool |
781 | 766 | ||
782 | config MIPS_NILE4 | ||
783 | bool | ||
784 | |||
785 | config MIPS_DISABLE_OBSOLETE_IDE | 767 | config MIPS_DISABLE_OBSOLETE_IDE |
786 | bool | 768 | bool |
787 | 769 | ||