aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAndreas Kemnade <andreas@kemnade.info>2020-03-20 09:11:00 +0100
committerLee Jones <lee.jones@linaro.org>2020-03-27 09:42:12 +0000
commit0c81604516afc0f3aedbb4dcf8215df7e5c7ef32 (patch)
treee8b5b43e14708012331382cec154ca96ae10a80a /drivers/mfd/Kconfig
parentdt-bindings: mfd: rn5t618: Document optional property interrupts (diff)
downloadlinux-dev-0c81604516afc0f3aedbb4dcf8215df7e5c7ef32.tar.xz
linux-dev-0c81604516afc0f3aedbb4dcf8215df7e5c7ef32.zip
mfd: rn5t618: Add IRQ support
This adds support for IRQ handling in the RC5T619 which is required for properly implementing subdevices like RTC. For now only definitions for the variant RC5T619 are included. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> 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 2b203290e7b9..a7067888a41e 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1058,6 +1058,7 @@ config MFD_RN5T618
depends on OF
select MFD_CORE
select REGMAP_I2C
+ select REGMAP_IRQ
help
Say yes here to add support for the Ricoh RN5T567,
RN5T618, RC5T619 PMIC.