aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fc419da8d722..82f70dcab136 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -597,6 +597,17 @@ config MFD_RC5T583
597 Additional drivers must be enabled in order to use the 597 Additional drivers must be enabled in order to use the
598 different functionality of the device. 598 different functionality of the device.
599 599
600config MFD_RN5T618
601 tristate "Ricoh RN5T5618 PMIC"
602 depends on I2C
603 select MFD_CORE
604 select REGMAP_I2C
605 help
606 Say yes here to add support for the Ricoh RN5T618 PMIC. This
607 driver provides common support for accessing the device,
608 additional drivers must be enabled in order to use the
609 functionality of the device.
610
600config MFD_SEC_CORE 611config MFD_SEC_CORE
601 bool "SAMSUNG Electronics PMIC Series Support" 612 bool "SAMSUNG Electronics PMIC Series Support"
602 depends on I2C=y 613 depends on I2C=y