From patchwork Sat Sep 28 20:12:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2959091 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 63CE4BFF0B for ; Sat, 28 Sep 2013 20:12:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9956D20250 for ; Sat, 28 Sep 2013 20:12:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CABC82024F for ; Sat, 28 Sep 2013 20:12:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754733Ab3I1UM2 (ORCPT ); Sat, 28 Sep 2013 16:12:28 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:55632 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754647Ab3I1UM2 (ORCPT ); Sat, 28 Sep 2013 16:12:28 -0400 Received: by mail-la0-f43.google.com with SMTP id ep20so3261533lab.16 for ; Sat, 28 Sep 2013 13:12:26 -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=v5Z7HvHbZpLaU6WkeChg3Zvp6ukHGufIbV1OuomSU/Q=; b=DFB07horFDs71Uj58tTlSxWSwkezwm08T/tUgi4DKk7Wzmcu7JZQxN3hArIUynZdDe CTPQxI9d09akDD22Ufh4HgjMF2so1SSsfBqDesZ1cnCc5j+agNd+ouy6fzc8XINyFc6Z sEtFXLhOENG82qG4tOMg/zAQXV5ff1feFre/GPksodoWLQM3F2peTwk5oZeGrUvD2HGp DvCoxmHwuVDPUyG9A5kJWiCYftnTue8DRTZnfwfd0ekYUalVAUmdPjNPbO1ITTU4fdzB 46LDp/VU7G6JRqW+kCjPrWpIgAX3N83Q5JZdIAKSN9jDApStc83FcEkY2QyYn0SQHnCT wbeQ== X-Gm-Message-State: ALoCoQkU01YX8fryqwZQwyBGYI7VLJIcmUvz5pmf2HtANRKF+xxX7eZ51omHnWFlz0Usxdrxj2wb X-Received: by 10.112.168.3 with SMTP id zs3mr14787099lbb.2.1380399146900; Sat, 28 Sep 2013 13:12:26 -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 pw4sm10207838lbb.9.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 28 Sep 2013 13:12:26 -0700 (PDT) To: linux-arm-kernel@lists.infradead.org, horms@verge.net.au, linux-sh@vger.kernel.org Subject: [PATCH 2/2] ARM: shmobile: marzen: 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:12:33 +0400 MIME-Version: 1.0 Message-Id: <201309290012.34072.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 'marzen_defconfig'. Signed-off-by: Sergei Shtylyov --- The patch is against 'renesas-devel-20130927v2' tag of the 'renesas.git' repo. arch/arm/configs/marzen_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/marzen_defconfig =================================================================== --- renesas.orig/arch/arm/configs/marzen_defconfig +++ renesas/arch/arm/configs/marzen_defconfig @@ -106,6 +106,8 @@ CONFIG_USB_STORAGE=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y +CONFIG_DMADEVICES=y +CONFIG_RCAR_HPB_DMAE=y CONFIG_UIO=y CONFIG_UIO_PDRV_GENIRQ=y # CONFIG_IOMMU_SUPPORT is not set