Skip to content

Commit e0eb585

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
commit 27b6aa6 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ea81805 commit e0eb585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/dac/Kconfig

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

427427
config STM32_DAC_CORE
428428
tristate
429+
select REGMAP_MMIO
429430

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

0 commit comments

Comments
 (0)