diff options
author | Brian Murphy <brm@murphy.dk> | 2007-08-21 16:34:16 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:00 -0400 |
commit | 1f21d2bde0046e959b53756f74d96dfd040a803b (patch) | |
tree | 5ca1a0319982f1e665e57f22bd1dae1d90b07e35 /arch/mips/Kconfig | |
parent | 0caf583398309398ec05fc76bff15c711e9f936d (diff) |
[MIPS] Add back support for LASAT platforms
Signed-off-by: Brian Murphy <brian@murphy.dk>
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, 18 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 492f581fe6ba..bb3fb4018602 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -107,6 +107,20 @@ config MACH_JAZZ | |||
107 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and | 107 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and |
108 | Olivetti M700-10 workstations. | 108 | Olivetti M700-10 workstations. |
109 | 109 | ||
110 | config LASAT | ||
111 | bool "LASAT Networks platforms" | ||
112 | select DMA_NONCOHERENT | ||
113 | select SYS_HAS_EARLY_PRINTK | ||
114 | select HW_HAS_PCI | ||
115 | select PCI_GT64XXX_PCI0 | ||
116 | select MIPS_NILE4 | ||
117 | select R5000_CPU_SCACHE | ||
118 | select SYS_HAS_CPU_R5000 | ||
119 | select SYS_SUPPORTS_32BIT_KERNEL | ||
120 | select SYS_SUPPORTS_64BIT_KERNEL if BROKEN | ||
121 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
122 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
123 | |||
110 | config LEMOTE_FULONG | 124 | config LEMOTE_FULONG |
111 | bool "Lemote Fulong mini-PC" | 125 | bool "Lemote Fulong mini-PC" |
112 | select ARCH_SPARSEMEM_ENABLE | 126 | select ARCH_SPARSEMEM_ENABLE |
@@ -599,6 +613,7 @@ endchoice | |||
599 | 613 | ||
600 | source "arch/mips/au1000/Kconfig" | 614 | source "arch/mips/au1000/Kconfig" |
601 | source "arch/mips/jazz/Kconfig" | 615 | source "arch/mips/jazz/Kconfig" |
616 | source "arch/mips/lasat/Kconfig" | ||
602 | source "arch/mips/pmc-sierra/Kconfig" | 617 | source "arch/mips/pmc-sierra/Kconfig" |
603 | source "arch/mips/sgi-ip27/Kconfig" | 618 | source "arch/mips/sgi-ip27/Kconfig" |
604 | source "arch/mips/sibyte/Kconfig" | 619 | source "arch/mips/sibyte/Kconfig" |
@@ -706,6 +721,9 @@ config MIPS_BONITO64 | |||
706 | config MIPS_MSC | 721 | config MIPS_MSC |
707 | bool | 722 | bool |
708 | 723 | ||
724 | config MIPS_NILE4 | ||
725 | bool | ||
726 | |||
709 | config MIPS_DISABLE_OBSOLETE_IDE | 727 | config MIPS_DISABLE_OBSOLETE_IDE |
710 | bool | 728 | bool |
711 | 729 | ||