summaryrefslogtreecommitdiff
path: root/drivers/devfreq/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r--drivers/devfreq/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 41254e702f1e..14c55e32df76 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -112,6 +112,16 @@ config ARM_RK3399_DMC_DEVFREQ
It sets the frequency for the memory controller and reads the usage counts
from hardware.
+config HISI_DDR_DEVFREQ
+ tristate "HISI DDR DEVFREQ Driver"
+ depends on ARCH_HISI
+ select DEVFREQ_GOV_SIMPLE_ONDEMAND
+ select PM_OPP
+ help
+ This adds the DEVFREQ driver for the Hisi family of SoCs.
+ It adjusts ddr frequency according to pm qos memory bandwidth
+ request.
+
source "drivers/devfreq/event/Kconfig"
endif # PM_DEVFREQ