From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp138.mail.ukl.yahoo.com (smtp138.mail.ukl.yahoo.com [77.238.184.69]) by ozlabs.org (Postfix) with SMTP id 7E546B7D72 for ; Mon, 1 Mar 2010 01:08:23 +1100 (EST) From: Albert Herranz To: linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org Subject: [RFC PATCH v2 2/9] wii: have generic dma coherent Date: Sun, 28 Feb 2010 15:07:55 +0100 Message-Id: <1267366082-15248-3-git-send-email-albert_herranz@yahoo.es> In-Reply-To: <1267366082-15248-1-git-send-email-albert_herranz@yahoo.es> References: <1267366082-15248-1-git-send-email-albert_herranz@yahoo.es> Cc: Albert Herranz List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Let the Nintendo Wii gaming console use per-device dma coherent allocations. This will be used later by some of its drivers. Signed-off-by: Albert Herranz --- arch/powerpc/platforms/embedded6xx/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 524d971..fe77ab2 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig @@ -119,6 +119,7 @@ config WII bool "Nintendo-Wii" depends on EMBEDDED6xx select GAMECUBE_COMMON + select HAVE_GENERIC_DMA_COHERENT help Select WII if configuring for the Nintendo Wii. More information at: -- 1.6.3.3