Skip to content

Commit 85842c4

Browse files
M-Vaittinenlag-linaro
authored andcommitted
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: 0e96926 ("mfd: bd9576: Add IRQ support") Signed-off-by: Matti Vaittinen <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0cd1860 commit 85842c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,6 +2017,7 @@ config MFD_ROHM_BD957XMUF
20172017
depends on I2C=y
20182018
depends on OF
20192019
select REGMAP_I2C
2020+
select REGMAP_IRQ
20202021
select MFD_CORE
20212022
help
20222023
Select this option to get support for the ROHM BD9576MUF and

0 commit comments

Comments
 (0)