diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-24 11:49:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:17:00 -0400 |
commit | 23dd6d351a2f8157602e854e3a147a04cf7279a1 (patch) | |
tree | 06c9f7e1dd06b618402851c4197e62c269c2a19a /arch | |
parent | 52625caaee4930995ab25e0855713a7a2dd89151 (diff) |
[MIPS] Fulong doesn't need ISA DMA.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3334a06e5973..04797b289c21 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -125,6 +125,7 @@ config LEMOTE_FULONG | |||
125 | select SYS_SUPPORTS_HIGHMEM | 125 | select SYS_SUPPORTS_HIGHMEM |
126 | select SYS_HAS_EARLY_PRINTK | 126 | select SYS_HAS_EARLY_PRINTK |
127 | select GENERIC_HARDIRQS_NO__DO_IRQ | 127 | select GENERIC_HARDIRQS_NO__DO_IRQ |
128 | select GENERIC_ISA_DMA_SUPPORT_BROKEN | ||
128 | select CPU_HAS_WB | 129 | select CPU_HAS_WB |
129 | help | 130 | help |
130 | Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and | 131 | Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and |