aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-10-06 16:25:40 +0100
committerJon Medhurst <tixy@linaro.org>2015-06-30 10:13:04 +0100
commit90a59173ce59c546009067399c7c42df29d58730 (patch)
tree44a3c364bf8905aa9b7ac08052d54168a8f68e85
parent872bca20c960a1f145442d1ffbf15f55a996d85f (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