summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/Kconfig
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/Kconfig
parent218325370e0768f7c06d09e05b77cf5b8e2c9b34 (diff)
downloadlinux-3b8db0348c503823fb09b5f304b196c3362754ea.tar.bz2
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/Kconfig')
-rw-r--r--drivers/soc/fsl/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig
index f9ad8ad54a7d..4df32bc4c7a6 100644
--- a/drivers/soc/fsl/Kconfig
+++ b/drivers/soc/fsl/Kconfig
@@ -40,4 +40,14 @@ config DPAA2_CONSOLE
/dev/dpaa2_mc_console and /dev/dpaa2_aiop_console,
which can be used to dump the Management Complex and AIOP
firmware logs.
+
+config FSL_RCPM
+ bool "Freescale RCPM support"
+ depends on PM_SLEEP && (ARM || ARM64)
+ help
+ The NXP QorIQ Processors based on ARM Core have RCPM module
+ (Run Control and Power Management), which performs all device-level
+ tasks associated with power management, such as wakeup source control.
+ Note that currently this driver will not support PowerPC based
+ QorIQ processor.
endmenu