diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c3a60b57a865..a6f116aa5235 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -414,6 +414,14 @@ config REGULATOR_MAX77802 | |||
414 | Exynos5420/Exynos5800 SoCs to control various voltages. | 414 | Exynos5420/Exynos5800 SoCs to control various voltages. |
415 | It includes support for control of voltage and ramp speed. | 415 | It includes support for control of voltage and ramp speed. |
416 | 416 | ||
417 | config REGULATOR_MAX77843 | ||
418 | tristate "Maxim 77843 regulator" | ||
419 | depends on MFD_MAX77843 | ||
420 | help | ||
421 | This driver controls a Maxim 77843 regulator. | ||
422 | The regulator include two 'SAFEOUT' for USB(Universal Serial Bus) | ||
423 | This is suitable for Exynos5433 SoC chips. | ||
424 | |||
417 | config REGULATOR_MC13XXX_CORE | 425 | config REGULATOR_MC13XXX_CORE |
418 | tristate | 426 | tristate |
419 | 427 | ||
@@ -433,6 +441,15 @@ config REGULATOR_MC13892 | |||
433 | Say y here to support the regulators found on the Freescale MC13892 | 441 | Say y here to support the regulators found on the Freescale MC13892 |
434 | PMIC. | 442 | PMIC. |
435 | 443 | ||
444 | config REGULATOR_MT6397 | ||
445 | tristate "MediaTek MT6397 PMIC" | ||
446 | depends on MFD_MT6397 | ||
447 | help | ||
448 | Say y here to select this option to enable the power regulator of | ||
449 | MediaTek MT6397 PMIC. | ||
450 | This driver supports the control of different power rails of device | ||
451 | through regulator interface. | ||
452 | |||
436 | config REGULATOR_PALMAS | 453 | config REGULATOR_PALMAS |
437 | tristate "TI Palmas PMIC Regulators" | 454 | tristate "TI Palmas PMIC Regulators" |
438 | depends on MFD_PALMAS | 455 | depends on MFD_PALMAS |