diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2022-11-16 10:19:21 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-07 13:28:15 +0000 |
commit | 85842c46fd47fa6bd78681c154223bed27d5fd19 (patch) | |
tree | 173d23950dcbed0a2788742cbb411b8d29a00071 /drivers/mfd/Kconfig | |
parent | 0cd1860e445f668038621aabf6c67616e6d3bb8b (diff) | |
download | linux-85842c46fd47fa6bd78681c154223bed27d5fd19.tar.gz linux-85842c46fd47fa6bd78681c154223bed27d5fd19.tar.bz2 linux-85842c46fd47fa6bd78681c154223bed27d5fd19.zip |
mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ
The BD957x driver uses REGMAP_IRQ but does not 'select' to depend on
it. This can cause build failures. Select REGMAP_IRQ for BD957X.
Fixes: 0e9692607f94 ("mfd: bd9576: Add IRQ support")
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/Y3SdCWkRr1L64SWK@dc75zzyyyyyyyyyyyyydt-3.rev.dnainternet.fi
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 6653d03e0fe3..d6f1b0d3d829 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -2017,6 +2017,7 @@ config MFD_ROHM_BD957XMUF depends on I2C=y depends on OF select REGMAP_I2C + select REGMAP_IRQ select MFD_CORE help Select this option to get support for the ROHM BD9576MUF and |