diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index ab9f9efc9b62..64b3f52bd9b2 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -187,6 +187,19 @@ config OMAP_SERIAL_WAKE | |||
187 | to data on the serial RX line. This allows you to wake the | 187 | to data on the serial RX line. This allows you to wake the |
188 | system from serial console. | 188 | system from serial console. |
189 | 189 | ||
190 | choice | ||
191 | prompt "OMAP PM layer selection" | ||
192 | depends on ARCH_OMAP | ||
193 | default OMAP_PM_NOOP | ||
194 | |||
195 | config OMAP_PM_NONE | ||
196 | bool "No PM layer" | ||
197 | |||
198 | config OMAP_PM_NOOP | ||
199 | bool "No-op/debug PM layer" | ||
200 | |||
201 | endchoice | ||
202 | |||
190 | endmenu | 203 | endmenu |
191 | 204 | ||
192 | endif | 205 | endif |