Hi Morimoto-san, I think a better title would be: arm64: defconfig: compile renesas sound related drivers as modules On Wed, Jun 14, 2017 at 08:44:08AM +0000, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > Current Renesas Sound related drivers are compiled as built-in. > Let's compile it as Module to reduce ARM64 Kernel size. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > arch/arm64/configs/defconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This does not seem to apply to renesas-next-20170614-v4.12-rc1 This and the above I can fix but... > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index dbacd55..82e345a 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -366,9 +366,9 @@ CONFIG_SND=y > CONFIG_SND_SOC=y > CONFIG_SND_BCM2835_SOC_I2S=m > CONFIG_SND_SOC_SAMSUNG=y > -CONFIG_SND_SOC_RCAR=y > -CONFIG_SND_SOC_AK4613=y > -CONFIG_SND_SIMPLE_CARD=y > +CONFIG_SND_SOC_RCAR=m > +CONFIG_SND_SOC_AK4613=m > +CONFIG_SND_SIMPLE_CARD=m Do other drivers depend on any pf the above? If so what are the implications here? > CONFIG_USB=y > CONFIG_USB_OTG=y > CONFIG_USB_XHCI_HCD=y > -- > 1.9.1 >