From e8a50928dd644998fb804b1a57b17c830dcfd454 Mon Sep 17 00:00:00 2001 From: David Daney Date: Fri, 1 Oct 2010 13:27:30 -0700 Subject: [PATCH] MIPS: Octeon: Select ZONE_DMA32 Give us a nice place to allocate coherent DMA memory for 32-bit devices. Signed-off-by: David Daney Patchwork: http://patchwork.linux-mips.org/patch/1635/ Signed-off-by: Ralf Baechle --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cf8d0945530c4..4d4744f07e521 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -691,6 +691,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD select SWAP_IO_SPACE select HW_HAS_PCI select ARCH_SUPPORTS_MSI + select ZONE_DMA32 help This option supports all of the Octeon reference boards from Cavium Networks. It builds a kernel that dynamically determines the Octeon -- 2.39.5