aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-10-06 16:25:40 +0100
committerJon Medhurst <tixy@linaro.org>2015-03-27 15:55:24 +0000
commit3fba00c16a96323fdeaca97d45d8ec11315f602a (patch)
treeccf3a4e9e4a61cedb621af1e02872611924ff279
parent76f7080ccbe3a8f7c30a742d0f102eb91c8131d6 (diff)
juno: Enable CONFIG_SND_SOC_ALL_CODECS
We only want two codecs (SND_SOC_HDMI_CODEC and SND_SOC_SPDIF), unfortunately, codecs aren't individually user selectable which means merge_config.sh won't let us select them. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index fc368ad830c1..029b6e0baa1f 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -63,6 +63,7 @@ CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_USB is not set
CONFIG_SND_SOC=y
CONFIG_SND_DESIGNWARE_I2S=y
+CONFIG_SND_SOC_ALL_CODECS=y
CONFIG_SND_SOC_HDMI_CODEC=y
CONFIG_SND_SOC_SPDIF=y
CONFIG_SND_SIMPLE_CARD=y