mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
commit 27b6aa68a68105086aef9f0cb541cd688e5edea8 upstream.
This driver makes use of regmap_mmio, but does not select the required
module.
Add the missing 'select REGMAP_MMIO'.
Fixes: 4d4b30526e ("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
99d29d05ff
commit
104c86fd44
@@ -401,6 +401,7 @@ config STM32_DAC
|
|||||||
|
|
||||||
config STM32_DAC_CORE
|
config STM32_DAC_CORE
|
||||||
tristate
|
tristate
|
||||||
|
select REGMAP_MMIO
|
||||||
|
|
||||||
config TI_DAC082S085
|
config TI_DAC082S085
|
||||||
tristate "Texas Instruments 8/10/12-bit 2/4-channel DAC driver"
|
tristate "Texas Instruments 8/10/12-bit 2/4-channel DAC driver"
|
||||||
|
|||||||
Reference in New Issue
Block a user