summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-05-05 13:59:08 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:00 +0200
commit9d2b53909e243f00f20388a70845a58d0cf9842d (patch)
tree1830501a69a40e9c9ba673077a148cf4b2daf1e0 /arch/arm/mach-ux500/Kconfig
parentd7807318a4ae76dd0b979e02de477b215b2ba4e5 (diff)
ARM: ux500: clock: Disable periph7 and sync APEATCLK and APETRACECLK
periph7 is clocked at boot, disable it. APEATCLK and APETRACECLK are clocked at boot and the clock framework should know about that. Also adding Kconfig option to disable APEATCLK and APETRACECLK if you wish to save some power. ST-Ericsson Linux next: Not tested, ask SSM for ER ST-Ericsson ID: ER327234 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I2bb5df649e3f7671506f063a4d8843037054fab1 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17992 Conflicts: arch/arm/mach-ux500/clock-db8500.c
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index bc0caf63e1a..fb240f93bfa 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -155,6 +155,12 @@ config UX500_DEBUG_HWREG
Adds various debug files to access registers.
This should never ever be used for anything else than debugging.
+config UX500_DEBUG_NO_LAUTERBACH
+ bool "Disable clocks needed for Lauterbach debugging"
+ help
+ Disable clocks needed for Lauterbach debugging at boot.
+ If yes, you will reduce the power consumption.
+
source "arch/arm/mach-ux500/Kconfig-arch"
source "arch/arm/mach-ux500/pm/Kconfig"
endif