Re: [PATCH 1/3] iio: adc: ad7380: add missing 'select REGMAP' to Kconfig

From: David Lechner

Date: Wed Jul 08 2026 - 10:49:14 EST


On 7/8/26 12:34 AM, Joshua Crofts wrote:
> The Kconfig entry for the AD7380 is missing a 'select REGMAP'
> parameter, causing build failures.

This one has already been fixed.

https://lore.kernel.org/linux-iio/20260603134955.2f1d5ede@jic23-huawei/

Suggest to use linux-next for development so you get both the fixes-togreg
branch and the regular togreg branch.

>
> Fixes: b095217c104b ("iio: adc: ad7380: new driver for AD7380 ADCs")
> Cc: <stable@xxxxxxxxxxxxxxx>
> Signed-off-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
> ---
> drivers/iio/adc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index d1b198cb8a80..6d1170bc4c7c 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -330,6 +330,7 @@ config AD7380
> tristate "Analog Devices AD7380 ADC driver"
> depends on SPI_MASTER
> select SPI_OFFLOAD
> + select REGMAP
> select IIO_BUFFER
> select IIO_BUFFER_DMAENGINE
> select IIO_TRIGGER
>