summaryrefslogtreecommitdiff
path: root/drivers/platform/Kconfig
diff options
context:
space:
mode:
authorChenhui Zhao <chenhui.zhao@freescale.com>2013-08-27 09:50:47 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-04-05 21:55:27 (GMT)
commitdc7fa525149498cc205690d88c61ec13fe1da69f (patch)
treea38853925cbf781f0ed752612877a43969c773aa /drivers/platform/Kconfig
parent1b04a533afe20f851d372d58c907aafbb7d6589b (diff)
downloadlinux-fsl-qoriq-dc7fa525149498cc205690d88c61ec13fe1da69f.tar.xz
drivers/fsl: add EPU FSM configuration for deep sleep
In the last stage of deep sleep, software will trigger a Finite State Machine (FSM) to control the hardware precedure, such as board isolation, killing PLLs, removing power, and so on. When the system is waked up by an interrupt, the FSM controls the hardware to complete the early resume precedure. This patch configure the EPU FSM preparing for deep sleep. Change-Id: I42b196a656324260c1d1cfcf688016c6f8d7ebe8 Signed-off-by: Hongbo Zhang <hongbo.zhang@freescale.com> Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/10708 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Yang Li <LeoLi@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'drivers/platform/Kconfig')
-rw-r--r--drivers/platform/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig
index 09fde58..85e3c95 100644
--- a/drivers/platform/Kconfig
+++ b/drivers/platform/Kconfig
@@ -6,3 +6,5 @@ source "drivers/platform/goldfish/Kconfig"
endif
source "drivers/platform/chrome/Kconfig"
+
+source "drivers/platform/fsl/Kconfig"