Skip to content

Commit 27b6aa6

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
This driver makes use of regmap_mmio, but does not select the required module. Add the missing 'select REGMAP_MMIO'. Fixes: 4d4b305 ("iio: dac: add support for stm32 DAC") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-8-4019453f8c33@gmail.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 252ff06 commit 27b6aa6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iio/dac/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ config STM32_DAC
489489

490490
config STM32_DAC_CORE
491491
tristate
492+
select REGMAP_MMIO
492493

493494
config TI_DAC082S085
494495
tristate "Texas Instruments 8/10/12-bit 2/4-channel DAC driver"

0 commit comments

Comments
 (0)