rk: add ft test
[firefly-linux-kernel-4.4.55.git] / arch / arm / plat-rk / rk_pm_tests / Kconfig
1 menuconfig RK_PM_TESTS
2         bool "/sys/pm_tests/ support"
3         help
4           PM tests tools
5
6 if RK_PM_TESTS
7
8 config PM_TEST_CLK_RATE
9         bool "Scale clock rate"
10         default y
11         help
12           Use to set clock rate
13
14 config PM_TEST_CLK_VOLT
15         bool "Scale voltage"
16         default y
17         help
18           Use to set voltage domain's voltage
19
20 config PM_TEST_MAXFREQ
21         bool "For max runable frequency test"
22         default y
23         help
24           Use to test the max runable frequency of a fixed voltage
25
26 config PM_TEST_FREQ_LIMIT
27         bool "Limit clocks' frequency"
28         help
29           Use to limit clocks' frequency
30
31 config PM_TEST_CPU_USAGE
32         bool "Set cpu running at a fixed frequency"
33         help
34           Use to Set cpu running at a fixed frequency
35
36 config PM_TEST_SUSPEND_DBG
37         bool "suspend debug control"
38         help
39           Use to suspend debug
40
41 config PM_TEST_CLK_AUTO_VOLT
42         bool "Auto scale voltage"
43         help
44           Use to auto scale regulator's voltage by step
45
46 config PM_TEST_DELAYLINE
47         bool "Get delayline value"
48         help
49           Use to get delayline value
50           
51 config PM_TEST_FT
52         bool "Test kernel for FT"
53         help
54           Use to test kernel for FT
55
56 endif