diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-08-13 19:44:19 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-15 21:38:42 +0000 |
commit | 9f58c5a531a34e439461aeedfb2310a7b7f29fb2 (patch) | |
tree | 730db842761ed9b4b657e00f35319e88b97a43a4 /meta-agl-bsp/recipes-kernel | |
parent | 26f5edce06da5a9b521886eca93da6e9787ab7af (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/iiodevice.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
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 |