diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1bcf601de5bc..ff031a7735a5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -852,13 +852,14 @@ config MFD_RK808 | |||
852 | including interrupts, RTC, LDO & DCDC regulators, and onkey. | 852 | including interrupts, RTC, LDO & DCDC regulators, and onkey. |
853 | 853 | ||
854 | config MFD_RN5T618 | 854 | config MFD_RN5T618 |
855 | tristate "Ricoh RN5T5618 PMIC" | 855 | tristate "Ricoh RN5T567/618 PMIC" |
856 | depends on I2C | 856 | depends on I2C |
857 | depends on OF | ||
857 | select MFD_CORE | 858 | select MFD_CORE |
858 | select REGMAP_I2C | 859 | select REGMAP_I2C |
859 | help | 860 | help |
860 | Say yes here to add support for the Ricoh RN5T618 PMIC. This | 861 | Say yes here to add support for the Ricoh RN5T567 or R5T618 PMIC. |
861 | driver provides common support for accessing the device, | 862 | This driver provides common support for accessing the device, |
862 | additional drivers must be enabled in order to use the | 863 | additional drivers must be enabled in order to use the |
863 | functionality of the device. | 864 | functionality of the device. |
864 | 865 | ||