From 9f58c5a531a34e439461aeedfb2310a7b7f29fb2 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 13 Aug 2019 19:44:19 +0300 Subject: 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 --- meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg