aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/avs/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-06-26 06:55:23 -0700
committerTony Lindgren <tony@atomide.com>2012-06-26 06:55:23 -0700
commit9e74f218abd04dfa082391672295ecc1a3654845 (patch)
treed668104b1021bcc737b5fadc7992f45a4c638705 /drivers/power/avs/Kconfig
parentARM: OMAP2: Use hwmod to initialize mmc for 2420 (diff)
parentARM: OMAP: SmartReflex: Move smartreflex driver to drivers/ (diff)
downloadlinux-dev-9e74f218abd04dfa082391672295ecc1a3654845.tar.xz
linux-dev-9e74f218abd04dfa082391672295ecc1a3654845.zip
Merge branch 'for_3.6/pm/sr-move' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-driver
Diffstat (limited to 'drivers/power/avs/Kconfig')
-rw-r--r--drivers/power/avs/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig
new file mode 100644
index 000000000000..18493f7a8f6f
--- /dev/null
+++ b/drivers/power/avs/Kconfig
@@ -0,0 +1,12 @@
+menuconfig POWER_AVS
+ tristate "Adaptive Voltage Scaling class support"
+ help
+ AVS is a power management technique which finely controls the
+ operating voltage of a device in order to optimize (i.e. reduce)
+ its power consumption.
+ At a given operating point the voltage is adapted depending on
+ static factors (chip manufacturing process) and dynamic factors
+ (temperature depending performance).
+ AVS is also called SmartReflex on OMAP devices.
+
+ Say Y here to enable Adaptive Voltage Scaling class support.