aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2017-10-30 13:10:31 +0530
committerAmit Daniel Kachhap <amit.kachhap@arm.com>2018-08-06 18:28:48 +0530
commitd68103f62ff085b6fd37ae9198653777a4b231a6 (patch)
treecb498614f00d91b25ef1d0e78dfa91eb6f53dac5
parentc5b6b1d88d57bca9a41f8838666e76b1a1e1291a (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 eda0b2f4213b..ff2b50812193 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -99,3 +99,18 @@ CONFIG_DEVFREQ_THERMAL=y
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
CONFIG_MALI_DEVFREQ=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