aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNaresh Kamboju2017-04-26 05:09:37 -0500
committerShuah Khan2017-04-27 09:42:18 -0500
commit83896c68fd32895ba4ff685c4df9d1e794dfb4fe (patch)
treebd76ba81dae538391ae19cf7b23a7e6f81b90801 /tools
parenteebed11a3d6b013054b130665b48620a969062e9 (diff)
downloadkernel-83896c68fd32895ba4ff685c4df9d1e794dfb4fe.tar.gz
kernel-83896c68fd32895ba4ff685c4df9d1e794dfb4fe.tar.xz
kernel-83896c68fd32895ba4ff685c4df9d1e794dfb4fe.zip
selftests: create cpufreq kconfig fragments
For the better test coverage of cpufreq driver code these extra configurations are needed. Enable cpufreq governors and stats. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/cpufreq/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testing/selftests/cpufreq/config b/tools/testing/selftests/cpufreq/config
new file mode 100644
index 000000000000..27ff72ebd0f5
--- /dev/null
+++ b/tools/testing/selftests/cpufreq/config
@@ -0,0 +1,15 @@
1CONFIG_CPU_FREQ=y
2CONFIG_CPU_FREQ_STAT=y
3CONFIG_CPU_FREQ_GOV_POWERSAVE=y
4CONFIG_CPU_FREQ_GOV_USERSPACE=y
5CONFIG_CPU_FREQ_GOV_ONDEMAND=y
6CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
7CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
8CONFIG_DEBUG_RT_MUTEXES=y
9CONFIG_DEBUG_PI_LIST=y
10CONFIG_DEBUG_SPINLOCK=y
11CONFIG_DEBUG_MUTEXES=y
12CONFIG_DEBUG_LOCK_ALLOC=y
13CONFIG_PROVE_LOCKING=y
14CONFIG_LOCKDEP=y
15CONFIG_DEBUG_ATOMIC_SLEEP=y