diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2020-03-20 11:11:00 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-03-27 12:42:12 +0300 |
commit | 0c81604516afc0f3aedbb4dcf8215df7e5c7ef32 (patch) | |
tree | e8b5b43e14708012331382cec154ca96ae10a80a /drivers/mfd/Kconfig | |
parent | 361dca7d97f5ef8d0f3f8036bb33626a67817867 (diff) | |
download | linux-0c81604516afc0f3aedbb4dcf8215df7e5c7ef32.tar.xz |
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/Kconfig | 1 |
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. |