nareshkamboju

kselftest cpufreq

Mar 17th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. From c2021557067ecd7170e1de1d7ca4433b5120b78c Mon Sep 17 00:00:00 2001
  2. From: Naresh Kamboju <[email protected]>
  3. Date: Fri, 17 Mar 2017 09:19:43 +0000
  4. Subject: [PATCH] selftests: create cpufreq kconfig fragments
  5.  
  6. For the better test coverage of cpufreq driver code these extra configurations
  7. are needed. Enable cpufreq governors and stats.
  8.  
  9. Signed-off-by: Naresh Kamboju <[email protected]>
  10. ---
  11. tools/testing/selftests/cpufreq/config | 11 +++++++++++
  12. 1 file changed, 11 insertions(+)
  13. create mode 100644 tools/testing/selftests/cpufreq/config
  14.  
  15. diff --git a/tools/testing/selftests/cpufreq/config b/tools/testing/selftests/cpufreq/config
  16. new file mode 100644
  17. index 0000000..ce04451
  18. --- /dev/null
  19. +++ b/tools/testing/selftests/cpufreq/config
  20. @@ -0,0 +1,11 @@
  21. +CONFIG_CPU_FREQ=y
  22. +CONFIG_CPU_FREQ_GOV_ATTR_SET=y
  23. +CONFIG_CPU_FREQ_GOV_COMMON=y
  24. +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  25. +CONFIG_CPU_FREQ_GOV_USERSPACE=y
  26. +CONFIG_CPU_FREQ_GOV_ONDEMAND=y
  27. +CONFIG_CPU_FREQ_GOV_SCHED=y
  28. +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
  29. +CONFIG_CPU_FREQ_STAT=y
  30. +CONFIG_CPU_PM=y
  31. +CONFIG_SUSPEND=y
  32. --
  33. 2.10.1
Add Comment
Please, Sign In to add comment