Jean Pihet | 21ff63a | 2012-04-25 16:43:17 +0530 | [diff] [blame] | 1 | menuconfig POWER_AVS |
Jean Pihet | bb0adf6 | 2012-06-28 09:55:38 -0700 | [diff] [blame] | 2 | bool "Adaptive Voltage Scaling class support" |
Jean Pihet | 21ff63a | 2012-04-25 16:43:17 +0530 | [diff] [blame] | 3 | 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übner | 662a958 | 2014-09-11 15:48:55 -0700 | [diff] [blame] | 13 | |
| 14 | config ROCKCHIP_IODOMAIN |
| 15 | tristate "Rockchip IO domain support" |
Heiko Stuebner | 28c1f16 | 2015-08-04 21:36:12 +0200 | [diff] [blame] | 16 | depends on POWER_AVS && ARCH_ROCKCHIP && OF |
Heiko Stübner | 662a958 | 2014-09-11 15:48:55 -0700 | [diff] [blame] | 17 | 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. |