summaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-04-04 23:08:03 +0200
committerTom <Tom@bumblecow.com>2010-05-10 11:21:53 -0500
commit3bff02dc838e04c43388cdfe50848394f01948f7 (patch)
tree986c61209a07ffec000415610ec353fcfc915a5f /drivers/misc/Makefile
parent869e8ae0323a48974a476d666aa3d03def744f16 (diff)
downloadu-boot-imx-3bff02dc838e04c43388cdfe50848394f01948f7.zip
u-boot-imx-3bff02dc838e04c43388cdfe50848394f01948f7.tar.gz
u-boot-imx-3bff02dc838e04c43388cdfe50848394f01948f7.tar.bz2
MX: Added Freescale Power Management Driver
The patch add supports for the Freescale's Power Management Controller (known as Atlas) used together with i.MX31/51 processors. It was tested with a MC13783 (MX31) and MC13892 (MX51). Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index f6df60f..96aa331 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -31,6 +31,7 @@ COBJS-$(CONFIG_FSL_LAW) += fsl_law.o
COBJS-$(CONFIG_NS87308) += ns87308.o
COBJS-$(CONFIG_STATUS_LED) += status_led.o
COBJS-$(CONFIG_TWL4030_LED) += twl4030_led.o
+COBJS-$(CONFIG_FSL_PMIC) += fsl_pmic.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)