diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-02-18 01:27:25 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:37 -0400 |
commit | d8f5d861789ff23b5d87c081f458aaa7f3c6cdcd (patch) | |
tree | ab88642c86a3dff42066e7944caa496ed2cb8e17 /arch/mips/Kconfig | |
parent | d1abb6a2b8b57fa14ae0f69d4a3cb07ff9cdb8d1 (diff) |
Changed all Au1x boards to noncoherent again.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3aeeb1802aaf..2edbef5f3551 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -692,7 +692,7 @@ config MIPS_PB1100 | |||
692 | config MIPS_PB1500 | 692 | config MIPS_PB1500 |
693 | bool "PB1500 board" | 693 | bool "PB1500 board" |
694 | depends on SOC_AU1500 | 694 | depends on SOC_AU1500 |
695 | select DMA_COHERENT | 695 | select DMA_NONCOHERENT |
696 | select HW_HAS_PCI | 696 | select HW_HAS_PCI |
697 | 697 | ||
698 | config MIPS_PB1550 | 698 | config MIPS_PB1550 |
@@ -716,7 +716,7 @@ config MIPS_DB1100 | |||
716 | config MIPS_DB1500 | 716 | config MIPS_DB1500 |
717 | bool "DB1500 board" | 717 | bool "DB1500 board" |
718 | depends on SOC_AU1500 | 718 | depends on SOC_AU1500 |
719 | select DMA_COHERENT | 719 | select DMA_NONCOHERENT |
720 | select HW_HAS_PCI | 720 | select HW_HAS_PCI |
721 | select MIPS_DISABLE_OBSOLETE_IDE | 721 | select MIPS_DISABLE_OBSOLETE_IDE |
722 | 722 | ||
@@ -724,7 +724,7 @@ config MIPS_DB1550 | |||
724 | bool "DB1550 board" | 724 | bool "DB1550 board" |
725 | depends on SOC_AU1550 | 725 | depends on SOC_AU1550 |
726 | select HW_HAS_PCI | 726 | select HW_HAS_PCI |
727 | select DMA_COHERENT | 727 | select DMA_NONCOHERENT |
728 | select MIPS_DISABLE_OBSOLETE_IDE | 728 | select MIPS_DISABLE_OBSOLETE_IDE |
729 | 729 | ||
730 | config MIPS_BOSPORUS | 730 | config MIPS_BOSPORUS |