]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: resolver: ad2s1210: add missing select (TRIGGERED_)BUFFER in Kconfig
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Thu, 3 Oct 2024 16:49:34 +0000 (18:49 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 6 Oct 2024 15:30:38 +0000 (16:30 +0100)
commit2caa67b6251c802e0c2257920b225c765e86bf4a
treedb0f99d660f8942327202cb04f399d7f8fa5e231
parent17a99360184cf02b2b3bc3c1972e777326bfa63b
iio: resolver: ad2s1210: add missing select (TRIGGERED_)BUFFER in Kconfig

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: 128b9389db0e ("staging: iio: resolver: ad2s1210: add triggered buffer support")
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-2-4019453f8c33@gmail.com
Cc: <stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/resolver/Kconfig