All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Magnus <magnus.damm@gmail.com>, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 0/2] arm64: defconfig: ak4613/renesas sound will be kernle module
Date: Wed, 21 Jun 2017 14:03:09 +0200	[thread overview]
Message-ID: <20170621120309.GD17965@verge.net.au> (raw)
In-Reply-To: <87bmpi8atz.wl%kuninori.morimoto.gx@renesas.com>

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 <kuninori.morimoto.gx@renesas.com>
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 <kuninori.morimoto.gx@renesas.com>
[simon: consilidated two patches into one]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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
-- 
2.1.4

  reply	other threads:[~2017-06-21 12:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-19  0:23 [PATCH 0/2] arm64: defconfig: ak4613/renesas sound will be kernle module Kuninori Morimoto
2017-06-19  0:23 ` [PATCH 1/2] arm64: defconfig: compile ak4613 as kernel module Kuninori Morimoto
2017-06-19  0:24 ` [PATCH 2/2] arm64: defconfig: compile renesas sound " Kuninori Morimoto
2017-06-20 13:20 ` [PATCH 0/2] arm64: defconfig: ak4613/renesas sound will be kernle module Simon Horman
2017-06-21  0:10   ` Kuninori Morimoto
2017-06-21 12:03     ` Simon Horman [this message]
2017-06-21 12:21       ` Geert Uytterhoeven
2017-06-22  9:02         ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170621120309.GD17965@verge.net.au \
    --to=horms@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.