diff options
author | Macpaul Lin <macpaul@andestech.com> | 2011-01-05 17:12:23 +0800 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-01-25 22:18:57 +0100 |
commit | f8ea15f769773943050fa3ba444a5514066441d4 (patch) | |
tree | 8ad4cbc370fd914fb0a0f88cbb96f8db11aa46bc /drivers/power/Makefile | |
parent | e009cdeb63308f291c54b173484401aab4a3fe54 (diff) |
ftpmu010: support faraday ftpmu010 driver
Faraday's ftpmu010 is a power managemnet unit which support cpu
sleep and frequency scaling. It has been integrated into many SoC.
This patch also move ftpmu010 to a proper place for later enhancement.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index c9ba1aef86c..ead00f8dae6 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libpower.o +COBJS-$(CONFIG_FTPMU010_POWER) += ftpmu010.o COBJS-$(CONFIG_TWL4030_POWER) += twl4030.o COBJS-$(CONFIG_TWL6030_POWER) += twl6030.o |