diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-18 21:05:40 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 14:58:10 +0100 |
commit | 10f9edaeaa30468194e1dcd0e47e59b012f4cf8b (patch) | |
tree | 21cc8d8c703b749e4a116a052817530de6309fee /drivers/mfd/Kconfig | |
parent | 215cd99a1ec70395cd5a20cd9b75d2d7af6bbe7e (diff) | |
download | talos-op-linux-10f9edaeaa30468194e1dcd0e47e59b012f4cf8b.tar.gz talos-op-linux-10f9edaeaa30468194e1dcd0e47e59b012f4cf8b.zip |
mfd: mc13xxx: Use regmap irq framework for interrupts
This patch convert mc13xxx MFD driver to use regmap irq framework
for interrupt registration.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-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 207c433074af..defe58d65940 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -187,6 +187,7 @@ config MFD_MC13XXX tristate depends on (SPI_MASTER || I2C) select MFD_CORE + select REGMAP_IRQ help Enable support for the Freescale MC13783 and MC13892 PMICs. This driver provides common support for accessing the device, |