From patchwork Wed Jun 21 12:03:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9801665 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 880F8600C5 for ; Wed, 21 Jun 2017 12:03:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 75F2428409 for ; Wed, 21 Jun 2017 12:03:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6934028591; Wed, 21 Jun 2017 12:03:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C365F28409 for ; Wed, 21 Jun 2017 12:03:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751114AbdFUMDk (ORCPT ); Wed, 21 Jun 2017 08:03:40 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:40076 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108AbdFUMDk (ORCPT ); Wed, 21 Jun 2017 08:03:40 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id 2E50425B7C7; Wed, 21 Jun 2017 22:03:38 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1498046618; bh=evGXS7ja+/lrlQww0DSl8rZGQjqJrDdGU037yIEiHXY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Cir56LaCMy+gBcdtTR60wCb4F0iCCjkIC/4z4NU0724uboYcJU73fwhwy1XrN1QxG re9D4o18bFLHjMwheKwkNFK9ot7MrJVVPDD4L+bvQXuuKB0QD5v4lXxDBHAJNSz0ut yT8/o1DJnJNhFMo56o95FspFDp3e8N2sJ3H0XA5E= Received: by penelope.horms.nl (Postfix, from userid 7100) id AE7B3E232A1; Wed, 21 Jun 2017 14:03:09 +0200 (CEST) Date: Wed, 21 Jun 2017 14:03:09 +0200 From: Simon Horman To: Kuninori Morimoto Cc: Magnus , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 0/2] arm64: defconfig: ak4613/renesas sound will be kernle module Message-ID: <20170621120309.GD17965@verge.net.au> References: <87injs25la.wl%kuninori.morimoto.gx@renesas.com> <20170620132038.GG14340@verge.net.au> <87bmpi8atz.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87bmpi8atz.wl%kuninori.morimoto.gx@renesas.com> Organisation: Horms Solutions BV User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Wed, Jun 21, 2017 at 12:10:31AM +0000, Kuninori Morimoto wrote: > > Hi Simon > > > > These exchange Renesas sound related driver as module. > > > But, it doesn't exchange simple-sound-card which is > > > used from other platform. > > > > > > Kuninori Morimoto (2): > > > arm64: defconfig: compile ak4613 as kernel module > > > arm64: defconfig: compile renesas sound as kernel module > > > > Thanks Morimoto-san, > > > > do you mind if I squash these into one patch? > > Thanks. > I have no objection about it Thanks, I have queued up the following: From e21f341ad74f986a69913bc2632e474d13d2161b Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Mon, 19 Jun 2017 00:23:59 +0000 Subject: [PATCH] arm64: defconfig: compile ak4613 and renesas sound as modules Compile the renesas sound and ak4613 drivers to reduce the ARM64 kernel size. These modules are currently only used by Renesas platforms so there should little risk of negative impact of this change on other users. Signed-off-by: Kuninori Morimoto [simon: consilidated two patches into one] Signed-off-by: Simon Horman --- arch/arm64/configs/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1bbac74a0c44..dedab907b8fb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -366,9 +366,9 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_BCM2835_SOC_I2S=m -CONFIG_SND_SOC_RCAR=y +CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_SAMSUNG=y -CONFIG_SND_SOC_AK4613=y +CONFIG_SND_SOC_AK4613=m CONFIG_SND_SIMPLE_CARD=y CONFIG_USB=y CONFIG_USB_OTG=y