blob: a67eeace6a89b897fdd442770d32cb0410de34b3 [file] [log] [blame]
Jean Pihet21ff63a2012-04-25 16:43:17 +05301menuconfig POWER_AVS
Jean Pihetbb0adf62012-06-28 09:55:38 -07002 bool "Adaptive Voltage Scaling class support"
Jean Pihet21ff63a2012-04-25 16:43:17 +05303 help
4 AVS is a power management technique which finely controls the
5 operating voltage of a device in order to optimize (i.e. reduce)
6 its power consumption.
7 At a given operating point the voltage is adapted depending on
8 static factors (chip manufacturing process) and dynamic factors
9 (temperature depending performance).
10 AVS is also called SmartReflex on OMAP devices.
11
12 Say Y here to enable Adaptive Voltage Scaling class support.
Heiko Stübner662a9582014-09-11 15:48:55 -070013
14config ROCKCHIP_IODOMAIN
15 tristate "Rockchip IO domain support"
Heiko Stuebner28c1f162015-08-04 21:36:12 +020016 depends on POWER_AVS && ARCH_ROCKCHIP && OF
Heiko Stübner662a9582014-09-11 15:48:55 -070017 help
18 Say y here to enable support io domains on Rockchip SoCs. It is
19 necessary for the io domain setting of the SoC to match the
20 voltage supplied by the regulators.