diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 16 |
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 | ||
134 | config OMAP_IOMMU | ||
135 | tristate | ||
136 | |||
137 | config 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 | |||
146 | config OMAP_IOMMU_IVA2 | 135 | config 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 | ||
214 | config OMAP_PM_NONE | ||
215 | bool "No PM layer" | ||
216 | |||
217 | config OMAP_PM_NOOP | 203 | config OMAP_PM_NOOP |
218 | bool "No-op/debug PM layer" | 204 | bool "No-op/debug PM layer" |
219 | 205 | ||