aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2017-10-30 13:10:31 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2017-10-31 13:07:17 +0530
commitbb5b8d094e816926e0edc348f6d2aa4ef0ab52ad (patch)
tree7127a4b05479b1e2cfce6f7a0a8cc90da2b40731
parent31a46f178b9a46818640e65fab287b3ad101a29e (diff)
configs: vexpress64: Enable support for sound
This patch enables different sound configurations and dma-pl330. Change-Id: Ic802b40a941e3776436494ac7d6fc4009edb4db4 Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com> Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
-rw-r--r--linaro/configs/vexpress64.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 86071a86cfa2..8049e7bf1fa2 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -98,3 +98,18 @@ CONFIG_PM_DEVFREQ=y
CONFIG_DEVFREQ_THERMAL=y
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SEQUENCER=y
+CONFIG_SND_SEQ_DUMMY=y
+CONFIG_SND_MIXER_OSS=y
+CONFIG_SND_PCM_OSS=y
+CONFIG_SND_SEQUENCER_OSS=y
+# CONFIG_SND_USB is not set
+CONFIG_SND_SOC=y
+CONFIG_SND_DESIGNWARE_I2S=y
+CONFIG_SND_SOC_HDMI_CODEC=y
+CONFIG_SND_SOC_SPDIF=y
+CONFIG_SND_SIMPLE_CARD=y
+CONFIG_DMADEVICES=y
+CONFIG_PL330_DMA=y