diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e1d943619ab8..395d35941b84 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -108,6 +108,15 @@ config REGULATOR_MAX8952 | |||
108 | via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS | 108 | via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS |
109 | modes ranging from 0.77V to 1.40V by 0.01V steps. | 109 | modes ranging from 0.77V to 1.40V by 0.01V steps. |
110 | 110 | ||
111 | config REGULATOR_MAX8997 | ||
112 | tristate "Maxim 8997/8966 regulator" | ||
113 | depends on MFD_MAX8997 | ||
114 | help | ||
115 | This driver controls a Maxim 8997/8966 regulator | ||
116 | via I2C bus. The provided regulator is suitable for S5PC110, | ||
117 | S5PV210, and Exynos-4 chips to control VCC_CORE and | ||
118 | VCC_USIM voltages. | ||
119 | |||
111 | config REGULATOR_MAX8998 | 120 | config REGULATOR_MAX8998 |
112 | tristate "Maxim 8998 voltage regulator" | 121 | tristate "Maxim 8998 voltage regulator" |
113 | depends on MFD_MAX8998 | 122 | depends on MFD_MAX8998 |