diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-06-06 02:33:47 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-06-12 11:28:16 +0200 |
commit | b27866e91efb69d2ae335f130b5c9762272b918e (patch) | |
tree | a566f1dfd4b13468783186a39cc9c4d0524a3afb /arch/arm64/configs | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-b27866e91efb69d2ae335f130b5c9762272b918e.tar.gz linux-b27866e91efb69d2ae335f130b5c9762272b918e.tar.bz2 linux-b27866e91efb69d2ae335f130b5c9762272b918e.zip |
arm64: defconfig: enable Simple Sound Card support
commit 7fa72cca39a0 ("ASoC: rsnd: add HDMI output support")
exchanged Renesas Sound driver's Kconfig selection
from SND_SIMPLE_CARD to SND_SIMPLE_CARD_UTILS, because of this,
defconfig doesn't select SND_SIMPLE_CARD today.
All Renesas platform needs SND_SIMPLE_CARD, Let's select it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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 ce072859e3b2..1bbac74a0c44 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -369,6 +369,7 @@ CONFIG_SND_BCM2835_SOC_I2S=m CONFIG_SND_SOC_RCAR=y CONFIG_SND_SOC_SAMSUNG=y CONFIG_SND_SOC_AK4613=y +CONFIG_SND_SIMPLE_CARD=y CONFIG_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y |