diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-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 efe85d095190..64b3f52bd9b2 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -120,6 +120,10 @@ config OMAP_MBOX_FWK | |||
120 | config OMAP_IOMMU | 120 | config OMAP_IOMMU |
121 | tristate | 121 | tristate |
122 | 122 | ||
123 | config OMAP_IOMMU_DEBUG | ||
124 | depends on OMAP_IOMMU | ||
125 | tristate | ||
126 | |||
123 | choice | 127 | choice |
124 | prompt "System timer" | 128 | prompt "System timer" |
125 | default OMAP_MPU_TIMER | 129 | default OMAP_MPU_TIMER |
@@ -183,6 +187,19 @@ config OMAP_SERIAL_WAKE | |||
183 | 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 |
184 | system from serial console. | 188 | system from serial console. |
185 | 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 | |||
186 | endmenu | 203 | endmenu |
187 | 204 | ||
188 | endif | 205 | endif |