From: Ronan Le Martret Date: Mon, 16 Jul 2018 15:59:56 +0000 (+0200) Subject: Activate missing kernel options for 4a X-Git-Tag: 5.99.2~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ef211ef5fea11201c32ae15086586796597a26b7;p=AGL%2Fmeta-agl.git Activate missing kernel options for 4a * without this options the kernel command "make oldconfig" can deactivate SND_ALOOP Change-Id: I132a1109da81aeb470a845e70f2084f57ad47a95 BUG-AGL: SPEC-1591 Signed-off-by: Ronan Le Martret --- diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg index 780e1ad54..aa7fdc86e 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg @@ -1 +1,5 @@ +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y CONFIG_SND_ALOOP=y