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

From: Joshua Crofts

Date: Wed Jul 08 2026 - 01:36:38 EST


The Kconfig entry for the AD7380 is missing a 'select REGMAP'
parameter, causing build failures.

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

--
2.54.0