From: Matt Ranostay Date: Tue, 13 Aug 2019 16:44:19 +0000 (+0300) Subject: linux: add CONFIG_IIO_TRIGGERED_BUFFER=m to iiodevice.cfg X-Git-Tag: 8.99.1~82 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9f58c5a531a34e439461aeedfb2310a7b7f29fb2;p=AGL%2Fmeta-agl.git linux: add CONFIG_IIO_TRIGGERED_BUFFER=m to iiodevice.cfg To avoid CONFIG_IIO_TRIGGERED_BUFFER being set as a builtin by default causing a do_kernel_configcheck warning build as module. Bug-AGL: SPEC-2747 Change-Id: Ide4011c25eb781daf135690205fef1cd591ea186 Signed-off-by: Matt Ranostay --- diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg index 8633f29a3..c5b8ff35e 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg @@ -22,4 +22,5 @@ CONFIG_IIO_SIMPLE_DUMMY_BUFFER=y # # Triggers - standalone # -CONFIG_IIO_HRTIMER_TRIGGER=m \ No newline at end of file +CONFIG_IIO_HRTIMER_TRIGGER=m +CONFIG_IIO_TRIGGERED_BUFFER=m