Kconfig (aeb8f932080d62cdc305a7ccca9d60de34908b30) Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d)
1menuconfig PM_DEVFREQ
2 bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
1menuconfig PM_DEVFREQ
2 bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
3 select SRCU
3 help
4 A device may have a list of frequencies and voltages available.
5 devfreq, a generic DVFS framework can be registered for a device
6 in order to let the governor provided to devfreq choose an
7 operating frequency based on the device driver's policy.
8
9 Each device may have its own governor and policy. Devfreq can
10 reevaluate the device state periodically and/or based on the

--- 80 unchanged lines hidden ---
4 help
5 A device may have a list of frequencies and voltages available.
6 devfreq, a generic DVFS framework can be registered for a device
7 in order to let the governor provided to devfreq choose an
8 operating frequency based on the device driver's policy.
9
10 Each device may have its own governor and policy. Devfreq can
11 reevaluate the device state periodically and/or based on the

--- 80 unchanged lines hidden ---