From patchwork Fri Oct 31 00:27:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 5201041 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 22D839F318 for ; Fri, 31 Oct 2014 00:27:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5774B20176 for ; Fri, 31 Oct 2014 00:27:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6956020165 for ; Fri, 31 Oct 2014 00:27:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161400AbaJaA1S (ORCPT ); Thu, 30 Oct 2014 20:27:18 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:60929 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161331AbaJaA1R (ORCPT ); Thu, 30 Oct 2014 20:27:17 -0400 Received: by mail-pd0-f176.google.com with SMTP id ft15so6150604pdb.21 for ; Thu, 30 Oct 2014 17:27:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:mime-version:to:cc :in-reply-to:references:content-type; bh=SeSYE5CsytrwRFxIjfUU56V4mGr2Hz9X7RZkKvFUSBA=; b=LlEaNDW6PC2WVijdMaLbdqZURgWIrWzMTV4f7m/P8J0t3rvyIbbbBFDOsiNqpp9bmN gJew6WPHCHREfe1+Um0coTGOGls/+bTWo4Wmj3EDuAFPkoLDWwjor7laiJPIgSlWTk3x YWEpn8ixmgpD/L1fYflxgwL5EDLR0LScn5xh3MkimDWTM1lly2LYlXLbn1MqFekoWD/M NVG/GG5fLgtn2Qms+Fbq2LbPWXl53/OqRCOPjf+8ppx6Fbvd60fW4yDVX8eOdDnn1iYY vGlaNuMORnnGAlVvQaKt7w23P6wzjDLOjtfRTcnEsNSDmMaQmL4tYL1rd8EF0vW6KI/b LD0A== X-Received: by 10.68.233.166 with SMTP id tx6mr20874528pbc.89.1414715237275; Thu, 30 Oct 2014 17:27:17 -0700 (PDT) Received: from remon.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id ib8sm8246912pad.43.2014.10.30.17.27.15 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 Oct 2014 17:27:16 -0700 (PDT) Date: Thu, 30 Oct 2014 17:27:16 -0700 (PDT) Message-ID: <87h9yl2ie3.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 11/12 v2] ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto In-Reply-To: <87wq7h2ijk.wl%kuninori.morimoto.gx@gmail.com> References: <1414628894-24460-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <87wq7h2ijk.wl%kuninori.morimoto.gx@gmail.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=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v1 -> v2 - no change arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index b32afae..a2de58e 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -145,6 +145,7 @@ CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_S35390A=y CONFIG_DMADEVICES=y CONFIG_SH_DMAE=y +CONFIG_RCAR_AUDMAC_PP=y CONFIG_RCAR_DMAC=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_PWM=y