summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/test/Kconfig
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-12-22 09:34:40 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-06-04 19:45:08 +0800
commitca2d9e858b38d71a97b535b0dca41fe02dae7a0b (patch)
tree09188b43ae4c2ecb2c40f4bde5e43817ece9d17f /arch/arm/mach-ux500/test/Kconfig
parent9ce0109275e82697ada4b005325e663ba72c3181 (diff)
[ANDROID]: ARM: u8500: pm: debug: Add suspend test casepm-android
Add automatic suspend testcase that can be used from android. To use, write the number of time you wish to do suspend to <debugfs>/pwr_test/suspend and when done read the same file. It will answer PASS or FAIL. ST-Ericsson Linux next: - ST-Ericsson ID: 370799 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Iad7d5365e7cde8b9aeeb87e99318e5455d56201f Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/43663
Diffstat (limited to 'arch/arm/mach-ux500/test/Kconfig')
-rw-r--r--arch/arm/mach-ux500/test/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/test/Kconfig b/arch/arm/mach-ux500/test/Kconfig
index a071166d092..bb8ed548826 100644
--- a/arch/arm/mach-ux500/test/Kconfig
+++ b/arch/arm/mach-ux500/test/Kconfig
@@ -1,6 +1,6 @@
config DB8500_PWR_TEST
bool "Power usage module test"
- depends on (UX500_SOC_DB8500 && DEBUG_FS && REGULATOR_AB8500_DEBUG)
+ depends on (UX500_SOC_DB8500 && DEBUG_FS && REGULATOR_AB8500_DEBUG && UX500_SUSPEND_DBG)
help
- Add power module tests for idle
+ Add power module tests for idle and suspend