summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-11-14 15:19:15 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 08:55:44 +0100
commit196213e098807ea3632ad83b8ecc54478f018340 (patch)
treed1f620d50fdfe8bddd144853d76581f80b548b1a /arch/arm/mach-ux500/Kconfig
parent6505e3b9e91e9e33deee314a3309099deff540e7 (diff)
ux500: ARM: u8500: power: idle test
Add power module test. This test, in debugfs/pwr_test/idle shall pass when the screen is black, but suspend is not yet reached. This module test checks clocks, prcmu-regulators, db8500 regulators and ab8500 regulators. The reason why not adding this to LTP is that later this module test will contain tests for voicecall and low-power-audio, which require Android to run. ST-Ericsson ID: 367599 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 97da3607a73..63ce739d3ef 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -185,5 +185,6 @@ config UX500_DB_DUMP
and saves it.
source "arch/arm/mach-ux500/pm/Kconfig"
+source "arch/arm/mach-ux500/test/Kconfig"
endif