diff options
author | Olof Johansson <olof@lixom.net> | 2017-06-19 08:40:28 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-19 08:40:28 +0300 |
commit | e4140e649e5a7b48b7ae7a4fc01ab5f18ff1d1b1 (patch) | |
tree | a9296ed79a7a1d26ea4f63ad87ac34c0ca1846a5 /arch/arm64/configs | |
parent | 77b0611f7754c78b703623c209d6efc2ceecc527 (diff) | |
parent | b27866e91efb69d2ae335f130b5c9762272b918e (diff) | |
download | linux-e4140e649e5a7b48b7ae7a4fc01ab5f18ff1d1b1.tar.xz |
Merge tag 'renesas-arm64-defconfig-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/arm64
Renesas ARM64 Based SoC Defconfig Updates for v4.13
* Enable Simple Sound Card support
* tag 'renesas-arm64-defconfig-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
arm64: defconfig: enable Simple Sound Card support
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 03f32e0538a0..ebf794fcd3cd 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -368,6 +368,7 @@ 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_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y |