diff options
| author | Joshua Crofts <joshua.crofts1@gmail.com> | 2026-07-08 21:50:28 +0200 |
|---|---|---|
| committer | Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> | 2026-07-12 01:45:24 +0100 |
| commit | 6958d9b7c8dbad92122ec8d573b6d94e9eb5fe72 (patch) | |
| tree | 2e677ed36eb4a56d47095ec116f95a94dffdad91 /drivers/iio/dac | |
| parent | 8370f9f41d9f6ac3f778cd7acfc05b3e17f08ec1 (diff) | |
| download | linux-next-6958d9b7c8dbad92122ec8d573b6d94e9eb5fe72.tar.gz linux-next-6958d9b7c8dbad92122ec8d573b6d94e9eb5fe72.zip | |
iio: dac: mcp47feb02: add missing 'select REGMAP_I2C' to Kconfig
The Kconfig entry for the MCP47FEB02 is missing a 'select REGMAP_I2C',
causing build failures.
Fixes: bf394cc80369 ("iio: dac: adding support for Microchip MCP47FEB02")
Cc: stable@vger.kernel.org
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
Diffstat (limited to 'drivers/iio/dac')
| -rw-r--r-- | drivers/iio/dac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index 657c68e75542..14a246729d2b 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -552,6 +552,7 @@ config MCP4728 config MCP47FEB02 tristate "MCP47F(E/V)B01/02/04/08/11/12/14/18/21/22/24/28 DAC driver" depends on I2C + select REGMAP_I2C help Say yes here if you want to build the driver for the Microchip: - 8-bit DAC: |
