aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r--arch/arm/plat-omap/Kconfig16
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index 49a4c75243f..fa62037f1df 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -13,6 +13,7 @@ config ARCH_OMAP1
13 bool "TI OMAP1" 13 bool "TI OMAP1"
14 select CLKDEV_LOOKUP 14 select CLKDEV_LOOKUP
15 select CLKSRC_MMIO 15 select CLKSRC_MMIO
16 select GENERIC_IRQ_CHIP
16 help 17 help
17 "Systems based on omap7xx, omap15xx or omap16xx" 18 "Systems based on omap7xx, omap15xx or omap16xx"
18 19
@@ -131,18 +132,6 @@ config OMAP_MBOX_KFIFO_SIZE
131 This can also be changed at runtime (via the mbox_kfifo_size 132 This can also be changed at runtime (via the mbox_kfifo_size
132 module parameter). 133 module parameter).
133 134
134config OMAP_IOMMU
135 tristate
136
137config OMAP_IOMMU_DEBUG
138 tristate "Export OMAP IOMMU internals in DebugFS"
139 depends on OMAP_IOMMU && DEBUG_FS
140 help
141 Select this to see extensive information about
142 the internal state of OMAP IOMMU in debugfs.
143
144 Say N unless you know you need this.
145
146config OMAP_IOMMU_IVA2 135config OMAP_IOMMU_IVA2
147 bool 136 bool
148 137
@@ -211,9 +200,6 @@ choice
211 depends on ARCH_OMAP 200 depends on ARCH_OMAP
212 default OMAP_PM_NOOP 201 default OMAP_PM_NOOP
213 202
214config OMAP_PM_NONE
215 bool "No PM layer"
216
217config OMAP_PM_NOOP 203config OMAP_PM_NOOP
218 bool "No-op/debug PM layer" 204 bool "No-op/debug PM layer"
219 205