summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-08-25 15:05:38 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-22 14:36:38 +0200
commit7e93d6e0c90b7d22b162d8f546fb76a34851177f (patch)
tree43b3b306f7f998cb550a5cf7da2e77b35c63f13f /arch/arm/imx-common/Makefile
parent57d1a7d2466ae898afd902b0f53cb6e2d351b3c6 (diff)
MLK-11408-1 imx: mx7d: Add mx7d RDC driver support
Add the peripherals/masters definitions and registers base addresses for mx7d RDC. Enable the RDC driver by setting CONFIG_MXC_RDC. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch/arm/imx-common/Makefile')
-rw-r--r--arch/arm/imx-common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index b6e72e55d9..3060cd502f 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -21,6 +21,7 @@ ifeq ($(SOC),$(filter $(SOC),mx7))
obj-y += cpu.o
obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
obj-$(CONFIG_GPT_TIMER) += timer.o
+obj-$(CONFIG_MXC_RDC) += rdc-sema.o
obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o
endif
ifeq ($(SOC),$(filter $(SOC),mx7 mx6 mxs))