summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 3d8793a790b2..fe311c2af398 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -368,5 +368,18 @@ config REGULATOR_GPIO_SWITCH
Say Yes if the given platform have the rail enable through the
gpios.
+config REGULATOR_AAT2870
+ tristate "AnalogicTech AAT2870 Regulators"
+ depends on MFD_AAT2870_CORE
+ help
+ If you have a AnalogicTech AAT2870 say Y to enable the
+ regulator driver.
+
+config REGULATOR_FAN53555
+ tristate "Fairchild FAN53555 DC-DC CPU power supply regulators"
+ default n
+ help
+ This driver supports FAN53555 DC-DC CPU power supply.
+
endif