diff options
| author | Junjie Wu <junjiew@codeaurora.org> | 2016-01-18 11:43:31 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:04:45 -0700 |
| commit | ee74d929b8a4016367d26c59fe363b3b365d122c (patch) | |
| tree | 1eb0a5c56cc5e811c4c1af7dd4d3a3d02c086ea0 /drivers/devfreq | |
| parent | 9c9b504f066294fd18fdb68dec2e6bb44de57565 (diff) | |
PM / devfreq: Kconfig: Replace ARCH_MSM with ARCH_QCOM
ARCH_MSM has been replaced by ARCH_QCOM. Fix Kconfig for various
devfreq governors and devices.
Change-Id: Ifa85494785cea7eb03be6c02d5664ee6bb2110c6
Signed-off-by: Junjie Wu <junjiew@codeaurora.org>
Diffstat (limited to 'drivers/devfreq')
| -rw-r--r-- | drivers/devfreq/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 65ad59284c53..e54523b0043c 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -82,7 +82,7 @@ config DEVFREQ_GOV_CPUFREQ config MSM_BIMC_BWMON tristate "MSM BIMC Bandwidth monitor hardware" - depends on ARCH_MSM + depends on ARCH_QCOM help The BIMC Bandwidth monitor hardware allows for monitoring the traffic coming from each master port connected to the BIMC. It also @@ -91,7 +91,7 @@ config MSM_BIMC_BWMON config ARMBW_HWMON tristate "ARM PMU Bandwidth monitor hardware" - depends on ARCH_MSM8916 || ARCH_MSM8226 || ARCH_MSM8610 + depends on ARCH_QCOM help The PMU present on these ARM cores allow for the use of counters to monitor the traffic coming from each core to the bus. It also has the @@ -100,7 +100,7 @@ config ARMBW_HWMON config ARM_MEMLAT_MON tristate "ARM CPU Memory Latency monitor hardware" - depends on ARCH_MSM + depends on ARCH_QCOM help The PMU present on these ARM cores allow for the use of counters to monitor the memory latency characteristics of an ARM CPU workload. @@ -109,7 +109,7 @@ config ARM_MEMLAT_MON config MSMCCI_HWMON tristate "MSM CCI Cache monitor hardware" - depends on ARCH_MSM + depends on ARCH_QCOM help MSM CCI has additional PMU counters that can be used to monitor cache requests. MSM CCI hardware monitor device configures these @@ -118,7 +118,7 @@ config MSMCCI_HWMON config MSM_M4M_HWMON tristate "MSM M4M cache monitor hardware" - depends on ARCH_MSM + depends on ARCH_QCOM help MSM M4M has counters that can be used to monitor requests coming to M4M. MSM M4M hardware monitor device programs corresponding registers @@ -146,7 +146,7 @@ config DEVFREQ_GOV_MSM_CACHE_HWMON config DEVFREQ_GOV_SPDM_HYP bool "MSM SPDM Hypervisor Governor" - depends on ARCH_MSM + depends on ARCH_QCOM help Hypervisor based governor for CPU bandwidth voting for MSM chipsets. @@ -209,7 +209,7 @@ config DEVFREQ_SIMPLE_DEV config MSM_DEVFREQ_DEVBW bool "MSM DEVFREQ device for device master <-> slave IB/AB BW voting" - depends on ARCH_MSM + depends on ARCH_QCOM select DEVFREQ_GOV_PERFORMANCE select DEVFREQ_GOV_POWERSAVE select DEVFREQ_GOV_USERSPACE @@ -232,7 +232,7 @@ config SPDM_SCM config DEVFREQ_SPDM bool "MSM SPDM based bandwidth voting" - depends on ARCH_MSM + depends on ARCH_QCOM select DEVFREQ_GOV_SPDM_HYP help This adds the support for SPDM based bandwidth voting on MSM chipsets. |
