diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-08-15 19:00:40 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-08-15 19:00:40 +0300 |
commit | 01d1cddb201682cd3280b581688306123973dfa4 (patch) | |
tree | dd316f6f2a5b5fd63a0628a3307763730706aec5 /arch/arm64/configs | |
parent | e675ac47676472729406d2b0d1f077a79738d5b6 (diff) | |
parent | 140cb4111a51381f51f6cdcc97113f2d04e5939b (diff) | |
download | linux-01d1cddb201682cd3280b581688306123973dfa4.tar.xz |
Merge tag 'renesas-arm64-defconfig-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/arm64
Pull "Renesas ARM64 Based SoC Defconfig Updates for v4.14" from Simon Horman:
* compile ak4613 and renesas sound as modules
This is intended to reduce the size of a kernel image compiled
using the defconfig. This is timely as it brings the kernel image
back below the size that can be booted in my environment, a limit
it crept over in v4.13-rc1.
* tag 'renesas-arm64-defconfig-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
arm64: defconfig: compile ak4613 and renesas sound as modules
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b13621e3bb19..d81fdbe40bf0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -381,8 +381,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 |