Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From c2021557067ecd7170e1de1d7ca4433b5120b78c Mon Sep 17 00:00:00 2001
- From: Naresh Kamboju <[email protected]>
- Date: Fri, 17 Mar 2017 09:19:43 +0000
- Subject: [PATCH] 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 <[email protected]>
- ---
- tools/testing/selftests/cpufreq/config | 11 +++++++++++
- 1 file changed, 11 insertions(+)
- create mode 100644 tools/testing/selftests/cpufreq/config
- diff --git a/tools/testing/selftests/cpufreq/config b/tools/testing/selftests/cpufreq/config
- new file mode 100644
- index 0000000..ce04451
- --- /dev/null
- +++ b/tools/testing/selftests/cpufreq/config
- @@ -0,0 +1,11 @@
- +CONFIG_CPU_FREQ=y
- +CONFIG_CPU_FREQ_GOV_ATTR_SET=y
- +CONFIG_CPU_FREQ_GOV_COMMON=y
- +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
- +CONFIG_CPU_FREQ_GOV_USERSPACE=y
- +CONFIG_CPU_FREQ_GOV_ONDEMAND=y
- +CONFIG_CPU_FREQ_GOV_SCHED=y
- +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
- +CONFIG_CPU_FREQ_STAT=y
- +CONFIG_CPU_PM=y
- +CONFIG_SUSPEND=y
- --
- 2.10.1
Add Comment
Please, Sign In to add comment