summaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-04-04 23:08:03 +0200
committerTerry Lv <r65388@freescale.com>2012-04-20 12:48:35 +0800
commit99af8d9b8ef6c1b15a750d3f0f40807bbd0a7a4c (patch)
tree3cc9b7a6551521b72029dd6cd50369f3fbfffc8d /drivers/misc/Makefile
parent7b0cbbd4d074a2a25ff5dbdac554260c06088bc0 (diff)
downloadu-boot-imx-99af8d9b8ef6c1b15a750d3f0f40807bbd0a7a4c.zip
u-boot-imx-99af8d9b8ef6c1b15a750d3f0f40807bbd0a7a4c.tar.gz
u-boot-imx-99af8d9b8ef6c1b15a750d3f0f40807bbd0a7a4c.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 685ae8c..0c88a69 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -34,6 +34,7 @@ COBJS-$(CONFIG_IMX_PWM) += imx_pwm.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)