summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/Kconfig
diff options
context:
space:
mode:
authorLiu Ying <Ying.liu@freescale.com>2012-09-13 17:30:10 +0800
committerLiu Ying <Ying.liu@freescale.com>2012-09-27 14:13:49 +0800
commitacb012885de17f529a9e9699fe2788e8e988bf1c (patch)
tree8dc539b924caee82c62415439b781608c0c69b96 /arch/arm/mach-mx6/Kconfig
parent7a3dae84ed99a52db875131cfc247db92fb01ff2 (diff)
ENGR00223797-10 ARM:MX6 Kconfig:Support MX6_CLK_FOR_BOOTUI_TRANS
This patch adds CONFIG_MX6_CLK_FOR_BOOTUI_TRANS support. Setting this Kconfig may keep enable IPU related clocks and PWM clocks and avoid setting IPU related clocks' parents when initializing clock tree so that bootloader splashimage can transition to kernel smoothly. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit 21b5e4d436666967585313948a03421da1f8f68b)
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r--arch/arm/mach-mx6/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig
index c5d64a916ee2..fc2190d8bddd 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -269,4 +269,13 @@ config MX6_INTER_LDO_BYPASS
LDO will replaced by external pmic regulator(e.g. pfuze100), VDDCORE
can be adjust automatically adjust by cpu frequency.
+config MX6_CLK_FOR_BOOTUI_TRANS
+ bool "MX6 clk setting for smooth UI transtion from bootloader to kernel"
+ depends on MXC_IPU_V3H
+ default n
+ help
+ This is choosed to keep enable IPU related clocks and PWM clocks and
+ avoid setting IPU related clocks' parents when initializing clock tree
+ so that bootloader splashimage can transition to kernel smoothly.
+
endif