diff options
author | Dan Sneddon <dsneddon@codeaurora.org> | 2014-11-05 12:23:30 -0700 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:04:10 -0700 |
commit | a145a6f2e7b2b762ee631652aef1e6f78a61835c (patch) | |
tree | e20a2887da0d1444d321298066dc67a46bdca36a /drivers/devfreq/Kconfig | |
parent | 384511e2a0cb2662e1bb96ec86af55e724b22b10 (diff) |
devfreq: devfreq_spdm: Support scm and hvc
Currently SPDM driver uses hvc calls to support
the dcvs algorithm logic. On some targets this
dcvs algorithm support is present in TZ and which
is accessed via separate calls. Add SCM call to
support TZ based dcvs algorithm.
Change-Id: I197f0f13b4107047151e10e19e4849008607f3e8
Signed-off-by: Dan Sneddon <dsneddon@codeaurora.org>
Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r-- | drivers/devfreq/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index b391ea4f8b34..f47a54c122f9 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -187,6 +187,15 @@ config MSM_DEVFREQ_DEVBW agnostic interface to so that some of the devfreq governors can be shared across SoCs. +config SPDM_SCM + bool "MSM SPDM SCM based call support" + depends on DEVFREQ_SPDM + help + SPDM driver support the dcvs algorithm logic being accessed via + scm or hvc calls. This adds the support for SPDM interaction to + tz via SCM based call. If not selected then Hypervior interaction + will be activated. + config DEVFREQ_SPDM bool "MSM SPDM based bandwidth voting" depends on ARCH_MSM |