Re: [PATCH 10/13] iio: light: bu27008: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig

From: Matti Vaittinen
Date: Fri Oct 04 2024 - 01:18:02 EST


On 04/10/2024 00:04, Javier Carrasco wrote:
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: 41ff93d14f78 ("iio: light: ROHM BU27008 color sensor")
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>

Acked-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx>