From: Lee Jones Date: Mon, 10 Mar 2014 15:23:25 +0000 (+0000) Subject: mfd: tps65218: Fix reported randconfig error X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2d5d366a08f428aa2b26fca4478c510c89bc41f2;p=deliverable%2Flinux.git mfd: tps65218: Fix reported randconfig error Reported error was: ERROR: "regmap_del_irq_chip" [drivers/mfd/tps65218.ko] undefined! when CONFIG_REGMAP_IRQ is not enabled. Reported-by: Randy Dunlap Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 83744359fb2d..7838a5d308a8 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -864,6 +864,7 @@ config MFD_TPS65218 depends on I2C select MFD_CORE select REGMAP_I2C + select REGMAP_IRQ help If you say yes here you get support for the TPS65218 series of Power Management chips.