.. | .. |
---|
23 | 23 | |
---|
24 | 24 | config POWER_AVS_OMAP |
---|
25 | 25 | bool "AVS(Adaptive Voltage Scaling) support for OMAP IP versions 1&2" |
---|
26 | | - depends on POWER_AVS && (ARCH_OMAP3 || ARCH_OMAP4) && PM |
---|
| 26 | + depends on (ARCH_OMAP3 || ARCH_OMAP4) && PM |
---|
27 | 27 | select POWER_SUPPLY |
---|
28 | 28 | help |
---|
29 | 29 | Say Y to enable AVS(Adaptive Voltage Scaling) |
---|
.. | .. |
---|
92 | 92 | config OMAP3_L2_AUX_SECURE_SAVE_RESTORE |
---|
93 | 93 | bool "OMAP3 HS/EMU save and restore for L2 AUX control register" |
---|
94 | 94 | depends on ARCH_OMAP3 && PM |
---|
95 | | - default n |
---|
96 | 95 | help |
---|
97 | 96 | Without this option, L2 Auxiliary control register contents are |
---|
98 | 97 | lost during off-mode entry on HS/EMU devices. This feature |
---|