soc: qcom: msm_perf: update description for msm_performance

This updates description of msm_performance module in kernel
menuconfig.

Signed-off-by: Tapas Kumar Kundu <tkundu@codeaurora.org>
This commit is contained in:
Tapas Kumar Kundu 2016-03-11 15:28:34 -08:00 committed by David Keitel
parent 03e7659014
commit 3296f0718a

View file

@ -469,11 +469,13 @@ config MSM_ADSP_LOADER
Say M if you want to enable this module.
config MSM_PERFORMANCE
tristate "Core control driver to support userspace hotplug requests"
tristate "msm_performance driver to support perflock request"
help
This driver is used to provide CPU hotplug support to userspace.
It ensures that no more than a user specified number of CPUs stay
online at any given point in time.
This driver is used to set minfreq/maxfreq for CPUs from userspace via
perflock. It also add CPU hotplug support to userspace. It ensures
that no more than a user specified number of CPUs stay online at any
given point in time. It also provides CPU/IO intensive workload
detection for userspace.
config MSM_PERFORMANCE_HOTPLUG_ON
bool "Hotplug functionality through msm_performance turned on"