aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-10 11:23:25 -0400
committerLee Jones <lee.jones@linaro.org>2014-03-19 04:58:42 -0400
commit2d5d366a08f428aa2b26fca4478c510c89bc41f2 (patch)
tree2bf9c3987f420c9cd7c02c7543cae2263ff033ce /drivers/mfd
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')
-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
864 depends on I2C 864 depends on I2C
865 select MFD_CORE 865 select MFD_CORE
866 select REGMAP_I2C 866 select REGMAP_I2C
867 select REGMAP_IRQ
867 help 868 help
868 If you say yes here you get support for the TPS65218 series of 869 If you say yes here you get support for the TPS65218 series of
869 Power Management chips. 870 Power Management chips.