Re: [PATCH 12/13] iio: pressure: bu1390: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig

From: Matti Vaittinen
Date: Fri Oct 04 2024 - 01:18:57 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: 81ca5979b6ed ("iio: pressure: Support ROHM BU1390")
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>

Acked-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx>