|
@@ -147,5 +147,21 @@ config REGULATOR_AB3100
|
|
|
AB3100 analog baseband dealing with power regulators
|
|
|
for the system.
|
|
|
|
|
|
+config REGULATOR_TPS65023
|
|
|
+ tristate "TI TPS65023 Power regulators"
|
|
|
+ depends on I2C
|
|
|
+ help
|
|
|
+ This driver supports TPS65023 voltage regulator chips. TPS65023 provides
|
|
|
+ three step-down converters and two general-purpose LDO voltage regulators.
|
|
|
+ It supports TI's software based Class-2 SmartReflex implementation.
|
|
|
+
|
|
|
+config REGULATOR_TPS6507X
|
|
|
+ tristate "TI TPS6507X Power regulators"
|
|
|
+ depends on I2C
|
|
|
+ help
|
|
|
+ This driver supports TPS6507X voltage regulator chips. TPS6507X provides
|
|
|
+ three step-down converters and two general-purpose LDO voltage regulators.
|
|
|
+ It supports TI's software based Class-2 SmartReflex implementation.
|
|
|
+
|
|
|
endif
|
|
|
|