Skip to content

Commit 9ef4dc2

Browse files
woodyzhang666lag-linaro
authored andcommitted
mfd: cs42l43: Fix MFD_CS42L43 dependency on REGMAP_IRQ
MFD_CS42L43 depends on REGMAP_IRQ as it uses devm_regmap_add_irq_chip. Otherwise the build may fail with following log. AR drivers/built-in.a AR built-in.a AR vmlinux.a LD vmlinux.o OBJCOPY modules.builtin.modinfo GEN modules.builtin MODPOST Module.symvers ERROR: modpost: "devm_regmap_add_irq_chip" [drivers/mfd/cs42l43.ko] undefined! Fixes: ace6d14 ("mfd: cs42l43: Add support for cs42l43 core driver") Signed-off-by: Woody Zhang <woodylab@foxmail.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/tencent_E54C7156F583E15FFE320E576E3389C39A08@qq.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 0bb80ec commit 9ef4dc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ config MFD_CS42L43
241241
tristate
242242
select MFD_CORE
243243
select REGMAP
244+
select REGMAP_IRQ
244245

245246
config MFD_CS42L43_I2C
246247
tristate "Cirrus Logic CS42L43 (I2C)"

0 commit comments

Comments
 (0)