diff options
| author | Ritesh Harjani <riteshh@codeaurora.org> | 2015-10-21 15:47:04 +0530 |
|---|---|---|
| committer | Subhash Jadavani <subhashj@codeaurora.org> | 2016-05-31 15:27:50 -0700 |
| commit | eeff0e83b0c9f070cac9af5c5f76054f635ae987 (patch) | |
| tree | 98b07598d46014911546084e1dc9f130b2a163e2 | |
| parent | 5dad09326ec4dc0a1b9c636297c1661a9f7efbe7 (diff) | |
mmc: sdhci-msm: Kconfig: select devfreq ondemand for sdhci-msm
SDHCI-MSM platform is using devfreq ondemand governor.
Select devfreq governor for SDHCI-MSM platform.
Change-Id: I0fefe7eb9a578b5d897e7f4258f7c0221950509e
Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
| -rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index b167ef4aa865..f41832252761 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -408,6 +408,8 @@ config MMC_SDHCI_MSM tristate "Qualcomm Technologies, Inc. SDHCI Controller Support" depends on ARCH_QCOM || ARCH_MSM || (ARM && COMPILE_TEST) depends on MMC_SDHCI_PLTFM + select PM_DEVFREQ + select DEVFREQ_GOV_SIMPLE_ONDEMAND help This selects the Secure Digital Host Controller Interface (SDHCI) support present in Qualcomm Technologies, Inc. SOCs. The controller |
