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 <[email protected]> Link: https://patch.msgid.link/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 252ff06 commit 27b6aa6

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
@@ -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)