linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] arm64: defconfig: Enable sound support for Samsung Chromebook Plus.
@ 2018-07-17 16:06 Enric Balletbo i Serra
  2018-07-17 16:06 ` [PATCH 2/5] arm64: defconfig: Enable Infineon TPM security chip Enric Balletbo i Serra
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Enric Balletbo i Serra @ 2018-07-17 16:06 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the Rockchip sound driver with MAX98357A/RT5514/DA7219 codecs
needed for the Samsung Chromebook Plus.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---

 arch/arm64/configs/defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f9a186f6af8a..4917641060b1 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -447,9 +447,20 @@ CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_BCM2835_SOC_I2S=m
+CONFIG_SND_SOC_ROCKCHIP=m
+CONFIG_SND_SOC_ROCKCHIP_I2S=m
+CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
+CONFIG_SND_SOC_ROCKCHIP_RT5645=m
+CONFIG_SND_SOC_RK3399_GRU_SOUND=m
 CONFIG_SND_SOC_SAMSUNG=y
 CONFIG_SND_SOC_RCAR=m
 CONFIG_SND_SOC_AK4613=m
+CONFIG_SND_SOC_DA7219=m
+CONFIG_SND_SOC_MAX98357A=m
+CONFIG_SND_SOC_RL6231=m
+CONFIG_SND_SOC_RT5514=m
+CONFIG_SND_SOC_RT5514_SPI=m
+CONFIG_SND_SOC_RT5645=m
 CONFIG_SND_SIMPLE_CARD=m
 CONFIG_SND_AUDIO_GRAPH_CARD=m
 CONFIG_I2C_HID=m
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-23 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17 16:06 [PATCH 1/5] arm64: defconfig: Enable sound support for Samsung Chromebook Plus Enric Balletbo i Serra
2018-07-17 16:06 ` [PATCH 2/5] arm64: defconfig: Enable Infineon TPM security chip Enric Balletbo i Serra
2018-07-17 16:06 ` [PATCH 3/5] arm64: defconfig: Enable vctrl regulators for Gru/Kevin Enric Balletbo i Serra
2018-07-17 16:06 ` [PATCH 4/5] arm64: defconfig: Enable Camera (uvcvideo) support Enric Balletbo i Serra
2018-07-17 16:06 ` [PATCH 5/5] arm64: defconfig: Enable support for SBS battery driver Enric Balletbo i Serra
2018-07-18 14:13 ` [PATCH 1/5] arm64: defconfig: Enable sound support for Samsung Chromebook Plus Gregory CLEMENT
2018-07-23 10:40 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).