diff mbox

[0/2] arm64: defconfig: ak4613/renesas sound will be kernle module

Message ID 20170621120309.GD17965@verge.net.au (mailing list archive)
State Accepted
Delegated to: Simon Horman
Headers show

Commit Message

Simon Horman June 21, 2017, 12:03 p.m. UTC
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(-)

Comments

Geert Uytterhoeven June 21, 2017, 12:21 p.m. UTC | #1
Hi Simon,

On Wed, Jun 21, 2017 at 2:03 PM, Simon Horman <horms@verge.net.au> wrote:
> Compile the renesas sound and ak4613 drivers to reduce the ARM64 kernel

... as modules ...

Else you increase size ;-)

> size. These modules are currently only used by Renesas platforms so
> there should little risk of negative impact of this change on other users.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Simon Horman June 22, 2017, 9:02 a.m. UTC | #2
On Wed, Jun 21, 2017 at 02:21:11PM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Wed, Jun 21, 2017 at 2:03 PM, Simon Horman <horms@verge.net.au> wrote:
> > Compile the renesas sound and ak4613 drivers to reduce the ARM64 kernel
> 
> ... as modules ...
> 
> Else you increase size ;-)

Thanks, fixed.
diff mbox

Patch

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