From: Andre Heider <a.heider@gmail.com>
Date: Fri, 6 Sep 2019 10:00:17 +0000 (+0200)
Subject: omap: enable new sound kernel options
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e26b7e3c53c77ca3df6d7d27db7c807e86ddebe0;p=openwrt%2Fstaging%2Fxback.git

omap: enable new sound kernel options

This gets rid of a boot time warning about the missing edma module.
Enable SND_OMAP_SOC_HDMI_AUDIO while here.
All enabled options default to y.

Signed-off-by: Andre Heider <a.heider@gmail.com>
---

diff --git a/target/linux/omap/config-4.19 b/target/linux/omap/config-4.19
index cee6040dcf..88ecc1880b 100644
--- a/target/linux/omap/config-4.19
+++ b/target/linux/omap/config-4.19
@@ -622,14 +622,18 @@ CONFIG_SMP_ON_UP=y
 CONFIG_SMSC911X=y
 CONFIG_SMSC_PHY=y
 CONFIG_SND=y
+CONFIG_SND_AM33XX_SOC_EVM=y
 # CONFIG_SND_COMPRESS_OFFLOAD is not set
+CONFIG_SND_DAVINCI_SOC_GENERIC_EVM=y
+# CONFIG_SND_DAVINCI_SOC_I2S is not set
 CONFIG_SND_DAVINCI_SOC_MCASP=y
 CONFIG_SND_DMAENGINE_PCM=y
+CONFIG_SND_EDMA_SOC=y
 CONFIG_SND_JACK=y
 CONFIG_SND_MIXER_OSS=y
 CONFIG_SND_OMAP_SOC=y
 CONFIG_SND_OMAP_SOC_DMIC=y
-# CONFIG_SND_OMAP_SOC_HDMI_AUDIO is not set
+CONFIG_SND_OMAP_SOC_HDMI_AUDIO=y
 CONFIG_SND_OMAP_SOC_MCBSP=y
 CONFIG_SND_OMAP_SOC_MCPDM=y
 CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=y