File tree 3 files changed +401
-0
lines changed
3 files changed +401
-0
lines changed Original file line number Diff line number Diff line change @@ -538,6 +538,17 @@ config REGULATOR_LTC3676
538
538
This enables support for the LTC3676
539
539
8-output regulators controlled via I2C.
540
540
541
+ config REGULATOR_LTC7871
542
+ tristate "LTC7871 six-phase buck-boost voltage regulator driver with SPI"
543
+ depends on SPI && OF
544
+ help
545
+ This driver controls an Analog Devices LTC7871 high performance
546
+ bidirectional buck or boost switching regulator controller
547
+ that operates in either buck or boost mode on demand.
548
+
549
+ Say M here if you want to include support for the regulator as a
550
+ module.
551
+
541
552
config REGULATOR_MAX14577
542
553
tristate "Maxim 14577/77836 regulator"
543
554
depends on MFD_MAX14577
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
65
65
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
66
66
obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
67
67
obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
68
+ obj-$(CONFIG_REGULATOR_LTC7871) += ltc7871-regulator.o
68
69
obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
69
70
obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o
70
71
obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
You can’t perform that action at this time.
0 commit comments