[linux-yocto] [PATCH 2/3] beaglebone: Update the audio options

Kevin Hao kexin.hao at windriver.com
Wed Mar 6 04:06:06 PST 2019


With the commit f2055e145f29 ("ASoC: ti: Merge davinci and omap
directories"), some of the audio options are removed from the kernel.
Use the new options for the audio support.

Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
---
 bsp/beaglebone/beaglebone.cfg | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg
index 9acc07a68872..450f503ddf62 100644
--- a/bsp/beaglebone/beaglebone.cfg
+++ b/bsp/beaglebone/beaglebone.cfg
@@ -225,10 +225,9 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_SOUND=m
 CONFIG_SND=m
 CONFIG_SND_SOC=m
-CONFIG_SND_OMAP_SOC=m
-CONFIG_SND_OMAP_SOC_MCBSP=m
-CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m
-CONFIG_SND_SOC_TWL4030=m
+CONFIG_SND_SOC_OMAP3_TWL4030=m
+CONFIG_SND_SOC_DAVINCI_MCASP=m
+CONFIG_SND_SIMPLE_CARD=m
 
 #
 # I2C HID support
-- 
2.14.4



More information about the linux-yocto mailing list