diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-05-07 12:01:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-05-11 09:28:31 -0400 |
commit | bef964e55ac128b1a6894c68171d0b22263449f8 (patch) | |
tree | f462bd850cbdc5273d6f0923350c694fc89e4abc /arch/mips/Kconfig | |
parent | 1e54f778af4467b816bf1289e7c4bf7e50067b7b (diff) |
[MIPS] Remove Momenco Jaguar ATX support
It has some hackish code and it odd DMA results in the need to support
old features in kernel code.
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ea3c53966dfd..515c5a698040 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -369,28 +369,6 @@ config MIPS_SIM | |||
369 | This option enables support for MIPS Technologies MIPSsim software | 369 | This option enables support for MIPS Technologies MIPSsim software |
370 | emulator. | 370 | emulator. |
371 | 371 | ||
372 | config MOMENCO_JAGUAR_ATX | ||
373 | bool "Momentum Jaguar board" | ||
374 | select BOOT_ELF32 | ||
375 | select DMA_NONCOHERENT | ||
376 | select HW_HAS_PCI | ||
377 | select IRQ_CPU | ||
378 | select IRQ_CPU_RM7K | ||
379 | select IRQ_MV64340 | ||
380 | select LIMITED_DMA | ||
381 | select PCI_MARVELL | ||
382 | select RM7000_CPU_SCACHE | ||
383 | select SWAP_IO_SPACE | ||
384 | select SYS_HAS_CPU_RM9000 | ||
385 | select SYS_HAS_EARLY_PRINTK | ||
386 | select SYS_SUPPORTS_32BIT_KERNEL | ||
387 | select SYS_SUPPORTS_64BIT_KERNEL | ||
388 | select SYS_SUPPORTS_BIG_ENDIAN | ||
389 | select SYS_SUPPORTS_KGDB | ||
390 | help | ||
391 | The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by | ||
392 | Momentum Computer <http://www.momenco.com/>. | ||
393 | |||
394 | config MOMENCO_OCELOT | 372 | config MOMENCO_OCELOT |
395 | bool "Momentum Ocelot board" | 373 | bool "Momentum Ocelot board" |
396 | select DMA_NONCOHERENT | 374 | select DMA_NONCOHERENT |
@@ -806,7 +784,6 @@ source "arch/mips/ddb5xxx/Kconfig" | |||
806 | source "arch/mips/gt64120/ev64120/Kconfig" | 784 | source "arch/mips/gt64120/ev64120/Kconfig" |
807 | source "arch/mips/jazz/Kconfig" | 785 | source "arch/mips/jazz/Kconfig" |
808 | source "arch/mips/lasat/Kconfig" | 786 | source "arch/mips/lasat/Kconfig" |
809 | source "arch/mips/momentum/Kconfig" | ||
810 | source "arch/mips/pmc-sierra/Kconfig" | 787 | source "arch/mips/pmc-sierra/Kconfig" |
811 | source "arch/mips/sgi-ip27/Kconfig" | 788 | source "arch/mips/sgi-ip27/Kconfig" |
812 | source "arch/mips/sibyte/Kconfig" | 789 | source "arch/mips/sibyte/Kconfig" |