diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-23 22:22:48 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-23 22:22:48 -0500 |
commit | 0fdc54b2019700a4b50179914e810367c14044a3 (patch) | |
tree | 73e5e34f30aec87ad4bf4423c4f95ebba576359e /arch/arm/plat-omap | |
parent | 8250a5c381cc6714a061a39cfd29d7453e8ad64b (diff) | |
parent | 79dcfdd407208cba06bd446e93b0809df1cf10d1 (diff) |
Merge branch 'pm-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linus
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 97d0c79ffd2b..be9484a28b12 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -135,6 +135,23 @@ config OMAP_32K_TIMER | |||
135 | 135 | ||
136 | endchoice | 136 | endchoice |
137 | 137 | ||
138 | config OMAP3_L2_AUX_SECURE_SAVE_RESTORE | ||
139 | bool "OMAP3 HS/EMU save and restore for L2 AUX control register" | ||
140 | depends on ARCH_OMAP3 && PM | ||
141 | default n | ||
142 | help | ||
143 | Without this option, L2 Auxiliary control register contents are | ||
144 | lost during off-mode entry on HS/EMU devices. This feature | ||
145 | requires support from PPA / boot-loader in HS/EMU devices, which | ||
146 | currently does not exist by default. | ||
147 | |||
148 | config OMAP3_L2_AUX_SECURE_SERVICE_SET_ID | ||
149 | int "Service ID for the support routine to set L2 AUX control" | ||
150 | depends on OMAP3_L2_AUX_SECURE_SAVE_RESTORE | ||
151 | default 43 | ||
152 | help | ||
153 | PPA routine service ID for setting L2 auxiliary control register. | ||
154 | |||
138 | config OMAP_32K_TIMER_HZ | 155 | config OMAP_32K_TIMER_HZ |
139 | int "Kernel internal timer frequency for 32KHz timer" | 156 | int "Kernel internal timer frequency for 32KHz timer" |
140 | range 32 1024 | 157 | range 32 1024 |