From: Kuninori Morimoto Date: Mon, 19 Jun 2017 00:23:59 +0000 (+0000) Subject: arm64: defconfig: compile ak4613 and renesas sound as modules X-Git-Tag: v4.14-rc1~68^2~1^2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=140cb4111a51381f51f6cdcc97113f2d04e5939b;p=thirdparty%2Fkernel%2Flinux.git arm64: defconfig: compile ak4613 and renesas sound as modules Compile the renesas sound and ak4613 drivers as modules 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: consolidated two patches into one] Signed-off-by: Simon Horman --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147eed54d..a8948bb5167fc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -380,8 +380,8 @@ 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_SOC_RCAR=m +CONFIG_SND_SOC_AK4613=m CONFIG_SND_SIMPLE_CARD=y CONFIG_USB=y CONFIG_USB_OTG=y