diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-03-10 15:23:25 +0000 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 08:58:42 +0000 |
commit | 2d5d366a08f428aa2b26fca4478c510c89bc41f2 (patch) | |
tree | 2bf9c3987f420c9cd7c02c7543cae2263ff033ce /drivers | |
parent | 9fc2b9ca99428b54e6bbfd2d7bf0ccc1c594f1f5 (diff) | |
download | linux-2d5d366a08f428aa2b26fca4478c510c89bc41f2.tar.gz linux-2d5d366a08f428aa2b26fca4478c510c89bc41f2.tar.bz2 linux-2d5d366a08f428aa2b26fca4478c510c89bc41f2.zip |
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')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
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. |