diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 12:42:53 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 12:42:53 +0900 |
commit | db58e0270ce36fbcee22147405e1917ce01880ae (patch) | |
tree | 2ca2e35f8e8391b8eed32f55ec79ce09251ad3b3 /drivers/regulator/Kconfig | |
parent | 4e62cce2b62d5bdb10790e6cf0893b84dae84de8 (diff) | |
parent | f509fd46c164524d06a33b01a64f9bd2033e4825 (diff) | |
download | op-kernel-dev-db58e0270ce36fbcee22147405e1917ce01880ae.zip op-kernel-dev-db58e0270ce36fbcee22147405e1917ce01880ae.tar.gz |
Merge remote-tracking branch 'regulator/topic/da9055' into regulator-next
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index f73d6f5..e6fcf20 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -109,6 +109,16 @@ config REGULATOR_DA9052 This driver supports the voltage regulators of DA9052-BC and DA9053-AA/Bx PMIC. +config REGULATOR_DA9055 + tristate "Dialog Semiconductor DA9055 regulators" + depends on MFD_DA9055 + help + Say y here to support the BUCKs and LDOs regulators found on + Dialog Semiconductor DA9055 PMIC. + + This driver can also be built as a module. If so, the module + will be called da9055-regulator. + config REGULATOR_FAN53555 tristate "Fairchild FAN53555 Regulator" depends on I2C |