diff options
author | Jonghwa Lee <jonghwa3.lee@samsung.com> | 2013-02-07 15:04:33 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-08 14:34:35 +0900 |
commit | 7c0aa171d88295084592c14e23db58e7d8c053ed (patch) | |
tree | 2e4874639fbd8a78cebe76f41f209cab2acd4436 /drivers/regulator/Makefile | |
parent | db8fd26ef0b39f512b827150d64f62cf41e1ba70 (diff) | |
download | linux-3.10-7c0aa171d88295084592c14e23db58e7d8c053ed.tar.gz linux-3.10-7c0aa171d88295084592c14e23db58e7d8c053ed.tar.bz2 linux-3.10-7c0aa171d88295084592c14e23db58e7d8c053ed.zip |
regulator: max77693: Add regulator driver for max77693
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 47a34ff88f9..a4094cd274b 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -41,6 +41,7 @@ obj-$(CONFIG_REGULATOR_MAX8973) += max8973-regulator.o obj-$(CONFIG_REGULATOR_MAX8997) += max8997.o obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o obj-$(CONFIG_REGULATOR_MAX77686) += max77686.o +obj-$(CONFIG_REGULATOR_MAX77693) += max77693.o obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |