Skip to content

Commit

Permalink
Changed all Au1x boards to noncoherent again.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Pete Popov authored and Ralf Baechle committed Oct 29, 2005
1 parent d1abb6a commit d8f5d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ config MIPS_PB1100
config MIPS_PB1500
bool "PB1500 board"
depends on SOC_AU1500
select DMA_COHERENT
select DMA_NONCOHERENT
select HW_HAS_PCI

config MIPS_PB1550
Expand All @@ -716,15 +716,15 @@ config MIPS_DB1100
config MIPS_DB1500
bool "DB1500 board"
depends on SOC_AU1500
select DMA_COHERENT
select DMA_NONCOHERENT
select HW_HAS_PCI
select MIPS_DISABLE_OBSOLETE_IDE

config MIPS_DB1550
bool "DB1550 board"
depends on SOC_AU1550
select HW_HAS_PCI
select DMA_COHERENT
select DMA_NONCOHERENT
select MIPS_DISABLE_OBSOLETE_IDE

config MIPS_BOSPORUS
Expand Down

0 comments on commit d8f5d86

Please sign in to comment.