diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2011-11-14 15:19:15 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:02:46 +0200 |
commit | b42caf2286069108625c88f280ca3362d43a9967 (patch) | |
tree | cfe007db7c820d3bf44d982c3d13f186bfb717a3 /arch/arm/mach-ux500 | |
parent | b8784b428d9a990124a1295cb51f40eb22fa3843 (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')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-ux500/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 35171c7d970..a2af24dd3b9 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -204,5 +204,6 @@ config UX500_DB_DUMP and saves it. source "arch/arm/mach-ux500/pm/Kconfig" +source "arch/arm/mach-ux500/test/Kconfig" endif diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 0b6713e989b..44c5ed44418 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -6,7 +6,7 @@ obj-y := clock.o cpu.o devices.o \ devices-common.o id.o pins.o \ usb.o reboot_reasons.o timer.o \ uart-db8500.o clock-debug.o -obj-y += pm/ +obj-y += pm/ test/ obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o |