From patchwork Tue Feb 28 07:42:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhao Ye X-Patchwork-Id: 143370 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7221EB6FA3 for ; Tue, 28 Feb 2012 18:44:46 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S2Hhx-00035a-CA; Tue, 28 Feb 2012 07:42:49 +0000 Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1S2Hhu-00034n-Bb for linux-arm-kernel@lists.infradead.org; Tue, 28 Feb 2012 07:42:47 +0000 Received: from sc-owa02.marvell.com ([65.219.4.130]) (using TLSv1) by na3sys009aob105.postini.com ([74.125.148.12]) with SMTP ID DSNKT0yFcEJvDtft2PS+VknlZE91Y04d4nQ0@postini.com; Mon, 27 Feb 2012 23:42:46 PST Received: from SC-VEXCH4.marvell.com ([0000:0000:0000:0000:0000:0000:0.0.0.1]) by sc-owa02.marvell.com ([10.93.76.22]) with mapi; Mon, 27 Feb 2012 23:42:39 -0800 From: Zhao Ye To: Zhao Ye , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "nicolas.pitre@linaro.org" , "linux@arm.linux.org.uk" , Haojian Zhuang , Chao Xie , Leo Yan Date: Mon, 27 Feb 2012 23:42:34 -0800 Subject: RE: [PATCH 13/13] DMA:update defconfig for mmp2 Thread-Topic: [PATCH 13/13] DMA:update defconfig for mmp2 Thread-Index: Acz16pqZ6HWqwUfXRIO8SQtP/fgiqwAAa6Ug Message-ID: References: <1330414065-2949-14-git-send-email-zhaoy@marvell.com> In-Reply-To: <1330414065-2949-14-git-send-email-zhaoy@marvell.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: zh-CN, en-US MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.75 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Sorry! Please ignore these patches. I will send a new version. Best Regard Zhao Ye +61942433 Marvell Tech (SH) Co. Ltd. -----Original Message----- From: zhaoy [mailto:zhaoy@marvell.com] Sent: 2012年2月28日 15:28 To: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; nicolas.pitre@linaro.org; linux@arm.linux.org.uk; Haojian Zhuang; Chao Xie; Leo Yan Cc: Zhao Ye Subject: [PATCH 13/13] DMA:update defconfig for mmp2 1.open DMAC and TDMA config in mmp2 defconfig Change-Id: Ie253d527e481f376edf4cc5e56fbad7a7da4fefa Signed-off-by: zhaoy --- arch/arm/configs/mmp2_defconfig | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) -- 1.7.0.4 diff --git a/arch/arm/configs/mmp2_defconfig b/arch/arm/configs/mmp2_defconfig index 138c95a..b975779 100644 --- a/arch/arm/configs/mmp2_defconfig +++ b/arch/arm/configs/mmp2_defconfig @@ -1919,8 +1919,25 @@ CONFIG_RTC_DRV_MAX8925=y # # on-CPU RTC drivers # -CONFIG_RTC_DRV_MMP=y -# CONFIG_DMADEVICES is not set +# CONFIG_RTC_DRV_MMP is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +# CONFIG_DW_DMAC is not set +# CONFIG_TIMB_DMA is not set +CONFIG_PXA_DMAC=y +CONFIG_MMP_TDMA=y +CONFIG_DMA_ENGINE=y + +# +# DMA Clients +# +# CONFIG_NET_DMA is not set +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set # CONFIG_AUXDISPLAY is not set CONFIG_UIO=y # CONFIG_UIO_PDRV is not set