From patchwork Thu Oct 30 08:27:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 5194651 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 25EDE9F39B for ; Thu, 30 Oct 2014 08:28:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7F85A202B8 for ; Thu, 30 Oct 2014 08:28:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE77B200E6 for ; Thu, 30 Oct 2014 08:28:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757587AbaJ3I2A (ORCPT ); Thu, 30 Oct 2014 04:28:00 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:40444 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756651AbaJ3I17 (ORCPT ); Thu, 30 Oct 2014 04:27:59 -0400 Received: by mail-pd0-f177.google.com with SMTP id v10so4682494pde.36 for ; Thu, 30 Oct 2014 01:27:59 -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:to:cc:in-reply-to :references:mime-version:content-type; bh=Dc3Ehvn+UGTefeWGMDUAFTpE696IZEcP1ygFn2dtNvw=; b=bMkp3SOcaBppRROiPAiaqBMu6GTBCM48UItQh+TpiWFWzsaNA+GAAtNGqzLgtTHp7B ZTxF8PBU94GeetnIB3iMb/sOzom5/qQ++xfwN5LYRTJHYzbDXTJxCihL4fefhIX6LQGV +HqXUU/T2u6xNdQ5+KouI8o6PRqX7l07iaCn9Gjca6OZPIMl4SpIZgAhXTpkVHQ4yCKB JqCEAMmclpRk49oy9Kbr0Mx39NEfM5oA1UijCxO0ePoka7qsuXVGrMF8oe4uQgW3j3/K j4mUw9O1sWbekn4xNE2qPi/iJrucr2BB1+Y5h6D4bNMfuDehJJSBbByYglgdkgk1fUf4 diGA== X-Received: by 10.68.255.133 with SMTP id aq5mr16164604pbd.0.1414657679444; Thu, 30 Oct 2014 01:27:59 -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 pg2sm6372705pbb.43.2014.10.30.01.27.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 Oct 2014 01:27:58 -0700 (PDT) Date: Thu, 30 Oct 2014 01:27:58 -0700 (PDT) Message-ID: <8761f2x8qb.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 10/11] ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto In-Reply-To: <87k33ix8tm.wl%kuninori.morimoto.gx@gmail.com> References: <1414628894-24460-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <87k33ix8tm.wl%kuninori.morimoto.gx@gmail.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") 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 --- 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 c8201a9..e489648 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_IOMMU_SUPPORT is not set CONFIG_PWM=y CONFIG_PWM_RENESAS_TPU=y