linux: add CONFIG_IIO_TRIGGERED_BUFFER=m to iiodevice.cfg 49/22149/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Tue, 13 Aug 2019 16:44:19 +0000 (19:44 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 15 Aug 2019 21:38:42 +0000 (21:38 +0000)
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 <matt.ranostay@konsulko.com>
meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg

index 8633f29..c5b8ff3 100644 (file)
@@ -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