From patchwork Fri Mar 12 19:12:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Albert Herranz X-Patchwork-Id: 47694 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id CB98C1016AB for ; Sat, 13 Mar 2010 06:14:42 +1100 (EST) Received: from smtp123.mail.ukl.yahoo.com (smtp123.mail.ukl.yahoo.com [77.238.184.54]) by ozlabs.org (Postfix) with SMTP id 7C573B7DC3 for ; Sat, 13 Mar 2010 06:13:02 +1100 (EST) Received: (qmail 53561 invoked from network); 12 Mar 2010 19:12:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=etSYhZTsCMum+IWqYL87f4XMv9Q3iwwv2K84iu00OqLD+MThuzZ4mA41ZVF2o+Mk5yPSrPHiDXc6SYRWebSHP1GsqqtH4+5YlqSvlrxmOtDOZJhFAjAUaPa41HzKrwio1UnffbRHYTpDZWew95OWRb8+HkiJ7HgbtE/PqT8efu0= ; Received: from 41.Red-83-55-221.dynamicIP.rima-tde.net (albert_herranz@83.55.221.41 with login) by smtp123.mail.ukl.yahoo.com with SMTP; 12 Mar 2010 19:12:59 +0000 GMT X-Yahoo-SMTP: czee06uswBAtfIYshc.kP27UlfEXaxwWNSjJ X-YMail-OSG: h6x1nVIVM1mmH_zVkFOou1hJfIqUwPZ_QAYcEbeD88R6fjK.I6OsmalML3uTZvlpSwsBwUMtF3nA52uNCLi.4QkfREU9zW4KqyJiUcyUZVyRY7JMpy4MOsf52HMx4_fPYF5Te4ero5kMFPeilEJ_4WoNabEL0Zkbn3tjrov4VJpG6j73w1_Wsj0tPhSrI9J1VxrAY8GMPFw7RMsyywL_Jbp6xuofaQGGbPl0gEuM5Zk7bC849se0KPD8LRKirw.OgnIKJ4RSACgjXTrTK2Z5v..TV_4SW7g7YGUOd1nd X-Yahoo-Newman-Property: ymail-3 From: Albert Herranz To: linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH v4 08/11] wii: have generic dma coherent Date: Fri, 12 Mar 2010 20:12:43 +0100 Message-Id: <1268421166-4791-9-git-send-email-albert_herranz@yahoo.es> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1268421166-4791-1-git-send-email-albert_herranz@yahoo.es> References: <1268421166-4791-1-git-send-email-albert_herranz@yahoo.es> Cc: Albert Herranz X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org 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: