Searched hist:"232 c2eb6d60c127a1c0266c82bbb0a08c4774a0a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/accel/ |
H A D | Kconfig | diff 232c2eb6d60c127a1c0266c82bbb0a08c4774a0a Thu Oct 03 16:04:47 CDT 2024 Javier Carrasco <javier.carrasco.cruz@gmail.com> iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
commit 96666f05d11acf0370cedca17a4c3ab6f9554b35 upstream.
This driver makes use of triggered buffers, but does not select the required modules.
Add the missing 'select IIO_BUFFER' and 'select IIO_TRIGGERED_BUFFER'.
Fixes: 7c1d1677b322 ("iio: accel: Support Kionix/ROHM KX022A accelerometer") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Acked-by: Matti Vaittinen <mazziesaccount@gmail.com> Link: https://patch.msgid.link/20241003-iio-select-v1-1-67c0385197cd@gmail.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|