File tree 3 files changed +712
-0
lines changed
3 files changed +712
-0
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,16 @@ config REGULATOR_LP8788
514
514
help
515
515
This driver supports LP8788 voltage regulator chip.
516
516
517
+ config REGULATOR_LT8722
518
+ tristate "LT8722 ultracompact full bridge driver with SPI"
519
+ depends on SPI && OF
520
+ help
521
+ This driver controls an Analog Devices LT8722 ultracompact 4A, 15V,
522
+ full bridge driver with SPI interface.
523
+
524
+ Say M here if you want to include support for the regulator as a
525
+ module.
526
+
517
527
config REGULATOR_LTC3589
518
528
tristate "LTC3589 8-output voltage regulator"
519
529
depends on I2C
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ obj-$(CONFIG_REGULATOR_LP87565) += lp87565-regulator.o
63
63
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
64
64
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
65
65
obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
66
+ obj-$(CONFIG_REGULATOR_LT8722) += lt8722-regulator.o
66
67
obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
67
68
obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
68
69
obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o
You can’t perform that action at this time.
0 commit comments