aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/Makefile
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2019-10-24 17:26:44 +0800
committerLi Yang <leoyang.li@nxp.com>2019-11-12 15:26:05 -0600
commit3b8db0348c503823fb09b5f304b196c3362754ea (patch)
treea2a3a7d734bae8e0a5a026ca6459db07197c4229 /drivers/soc/fsl/Makefile
parentdt-bindings: fsl: rcpm: Add 'little-endian' and update Chassis definition (diff)
downloadlinux-dev-3b8db0348c503823fb09b5f304b196c3362754ea.tar.xz
linux-dev-3b8db0348c503823fb09b5f304b196c3362754ea.zip
soc: fsl: add RCPM driver
The NXP's QorIQ processors based on ARM Core have RCPM module (Run Control and Power Management), which performs system level tasks associated with power management such as wakeup source control. Note that this driver will not support PowerPC based QorIQ processors, and it depends on PM wakeup source framework which provide collect wake information. Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc/fsl/Makefile')
-rw-r--r--drivers/soc/fsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/fsl/Makefile b/drivers/soc/fsl/Makefile
index 71dee8d0d1f0..906f1cd8af01 100644
--- a/drivers/soc/fsl/Makefile
+++ b/drivers/soc/fsl/Makefile
@@ -6,6 +6,7 @@
obj-$(CONFIG_FSL_DPAA) += qbman/
obj-$(CONFIG_QUICC_ENGINE) += qe/
obj-$(CONFIG_CPM) += qe/
+obj-$(CONFIG_FSL_RCPM) += rcpm.o
obj-$(CONFIG_FSL_GUTS) += guts.o
obj-$(CONFIG_FSL_MC_DPIO) += dpio/
obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o