From patchwork Sat Sep 28 20:11:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2959071 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 714BCBFF0B for ; Sat, 28 Sep 2013 20:11:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9C9FA200DA for ; Sat, 28 Sep 2013 20:11:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7145C200D9 for ; Sat, 28 Sep 2013 20:11:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753082Ab3I1ULY (ORCPT ); Sat, 28 Sep 2013 16:11:24 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:41888 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228Ab3I1ULX (ORCPT ); Sat, 28 Sep 2013 16:11:23 -0400 Received: by mail-la0-f43.google.com with SMTP id ep20so3261202lab.16 for ; Sat, 28 Sep 2013 13:11:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:cc:from:organization:date :mime-version:content-type:content-transfer-encoding:message-id; bh=L1Ny73hWhnJbs8m+/GYAsGJEo/cc7G7IpJe6KKUF0zo=; b=D2yTiSiHhnNeLsV5xFudhFkJRnjt3jqyA0o63dHD6ZXdb1iulfZCh84mEbD0k5vGfe olX4dNnMoAhuKmbZftF5HXIryxGH+zO5l6azXof2xU8JiEkvIHiB2hbv1OsEp8xQFaHt IP8CLWMpbyjgQcoUwMzZ/s3B+uU2nbwl/LRxzT/IpcPWxiAgbGYALn4ngpyuNlPe/8Gr zz0MpbwQFhdRC62jnPjKRE496LFga8t5DZN1HJ9R5axX9tngSPFvXSyJGKBUOFpWl16Y nt1RBToRAVM6AlKtTly2XwMLMcPW4EH/1W8XHwATRMS2h79JvxeVEA3dj4S1iTSzQDZr Nabw== X-Gm-Message-State: ALoCoQntTjrNaAWlvPYz0PKsdIIPnSKRT+nEPBRVatjNyIyXp6NNqpR+0/VK8tVSEYkcifcLa4G9 X-Received: by 10.152.36.98 with SMTP id p2mr11861807laj.14.1380399082149; Sat, 28 Sep 2013 13:11:22 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp83-237-52-249.pppoe.mtu-net.ru. [83.237.52.249]) by mx.google.com with ESMTPSA id o1sm11880376lah.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 28 Sep 2013 13:11:21 -0700 (PDT) To: linux-arm-kernel@lists.infradead.org, horms@verge.net.au, linux-sh@vger.kernel.org Subject: [PATCH 1/2] ARM: shmobile: bockw: enable HPB-DMAC in defconfig Cc: linux@arm.linux.org.uk, magnus.damm@gmail.com From: Sergei Shtylyov Organization: Cogent Embedded Date: Sun, 29 Sep 2013 00:11:28 +0400 MIME-Version: 1.0 Message-Id: <201309290011.28982.sergei.shtylyov@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable HPB-DMAC driver in 'bockw_defconfig'. Signed-off-by: Sergei Shtylyov --- The patch is against 'renesas-devel-20130927v2' tag of the 'renesas.git' repo. arch/arm/configs/bockw_defconfig | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/configs/bockw_defconfig =================================================================== --- renesas.orig/arch/arm/configs/bockw_defconfig +++ renesas/arch/arm/configs/bockw_defconfig @@ -108,6 +108,8 @@ CONFIG_MMC_SDHI=y CONFIG_MMC_SH_MMCIF=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_RX8581=y +CONFIG_DMADEVICES=y +CONFIG_RCAR_HPB_DMAE=y CONFIG_UIO=y CONFIG_UIO_PDRV_GENIRQ=y # CONFIG_IOMMU_SUPPORT is not set