mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
regulator: da9062: DA9062 regulator driver
Add BUCK and LDO regulator driver support for DA9062 Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -178,6 +178,16 @@ config REGULATOR_DA9055
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called da9055-regulator.
|
||||
|
||||
config REGULATOR_DA9062
|
||||
tristate "Dialog Semiconductor DA9062 regulators"
|
||||
depends on MFD_DA9062
|
||||
help
|
||||
Say y here to support the BUCKs and LDOs regulators found on
|
||||
DA9062 PMICs.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called da9062-regulator.
|
||||
|
||||
config REGULATOR_DA9063
|
||||
tristate "Dialog Semiconductor DA9063 regulators"
|
||||
depends on MFD_DA9063
|
||||
|
||||
@@ -25,6 +25,7 @@ obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
|
||||
obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_DA9063) += da9063-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_DA9211) += da9211-regulator.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user