29 lines
936 B
Diff
29 lines
936 B
Diff
From c1f86be546158d867db8d893d7ec24799f9b05a4 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Fri, 31 Mar 2017 15:55:03 +0200
|
|
Subject: [PATCH] ARM64: defconfig: enable audio support for meson SoCs as
|
|
module
|
|
|
|
Add audio support for meson SoCs. This includes the audio core
|
|
driver and the i2s and spdif output interfaces
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
---
|
|
arch/arm64/configs/defconfig | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
|
|
index c65bf96aff06..350e85866ed4 100644
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -479,6 +479,9 @@ CONFIG_SOUND=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
|
+CONFIG_SND_SOC_MESON_GX=m
|
|
+CONFIG_SND_SOC_MESON_GX_I2S=m
|
|
+CONFIG_SND_SOC_MESON_GX_SPDIF=m
|
|
CONFIG_SND_SOC_ROCKCHIP=m
|
|
CONFIG_SND_SOC_ROCKCHIP_I2S=m
|
|
CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
|