32 lines
931 B
Diff
32 lines
931 B
Diff
From d74574d0836155eadde90e9ba12b8c4d18202d8e Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Fri, 31 Mar 2017 15:55:03 +0200
|
|
Subject: [PATCH 27/39] 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 output interface
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/configs/defconfig | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
|
|
index dcf1090..beb5774 100644
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -405,6 +405,8 @@ CONFIG_SOUND=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
|
+CONFIG_SND_SOC_MESON=m
|
|
+CONFIG_SND_SOC_MESON_I2S=m
|
|
CONFIG_SND_SOC_SAMSUNG=y
|
|
CONFIG_SND_SOC_RCAR=m
|
|
CONFIG_SND_SOC_AK4613=m
|
|
--
|
|
2.7.4
|
|
|