summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-10 15:23:25 +0000
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:42 +0000
commit2d5d366a08f428aa2b26fca4478c510c89bc41f2 (patch)
tree2bf9c3987f420c9cd7c02c7543cae2263ff033ce /drivers/mfd/Kconfig
parent9fc2b9ca99428b54e6bbfd2d7bf0ccc1c594f1f5 (diff)
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 <rdunlap@infradead.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.