From 088ebc4dfde633e5d8a1d7e5edfb49b31e26370e Mon Sep 17 00:00:00 2001 From: Anuj Aggarwal Date: Fri, 21 Aug 2009 00:39:44 +0530 Subject: [PATCH] --- yaml --- r: 165395 b: refs/heads/master c: 2de798506d7300830a102e18d3d299f740475bc8 h: refs/heads/master i: 165393: 120b10d4c42dc253f2b5f8283929be994441afd5 165391: 7f8a281e4b1f333bf6e78ea9e7fc956662b06c58 v: v3 --- [refs] | 2 +- trunk/drivers/regulator/Kconfig | 16 ++++++++++++++++ trunk/drivers/regulator/Makefile | 3 +++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cf8f8bf88fca..29b5434d060a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fa5b8e08296b250088b1a6b8e3db500ab1b847d +refs/heads/master: 2de798506d7300830a102e18d3d299f740475bc8 diff --git a/trunk/drivers/regulator/Kconfig b/trunk/drivers/regulator/Kconfig index 2dc42bbf6fe9..29910e3a3e41 100644 --- a/trunk/drivers/regulator/Kconfig +++ b/trunk/drivers/regulator/Kconfig @@ -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 diff --git a/trunk/drivers/regulator/Makefile b/trunk/drivers/regulator/Makefile index 768b3316d6eb..4257a8683778 100644 --- a/trunk/drivers/regulator/Makefile +++ b/trunk/drivers/regulator/Makefile @@ -23,4 +23,7 @@ obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o obj-$(CONFIG_REGULATOR_MC13783) += mc13783.o obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o +obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o +obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o + ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG