Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Naresh Kamboju and committed by
Shuah Khan
83896c68 eebed11a

+15
+15
tools/testing/selftests/cpufreq/config
··· 1 + CONFIG_CPU_FREQ=y 2 + CONFIG_CPU_FREQ_STAT=y 3 + CONFIG_CPU_FREQ_GOV_POWERSAVE=y 4 + CONFIG_CPU_FREQ_GOV_USERSPACE=y 5 + CONFIG_CPU_FREQ_GOV_ONDEMAND=y 6 + CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y 7 + CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y 8 + CONFIG_DEBUG_RT_MUTEXES=y 9 + CONFIG_DEBUG_PI_LIST=y 10 + CONFIG_DEBUG_SPINLOCK=y 11 + CONFIG_DEBUG_MUTEXES=y 12 + CONFIG_DEBUG_LOCK_ALLOC=y 13 + CONFIG_PROVE_LOCKING=y 14 + CONFIG_LOCKDEP=y 15 + CONFIG_DEBUG_ATOMIC_SLEEP=y