diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 78b49a626d06..111d39a47ad1 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -106,6 +106,15 @@ config OMAP_MBOX_FWK | |||
106 | Say Y here if you want to use OMAP Mailbox framework support for | 106 | Say Y here if you want to use OMAP Mailbox framework support for |
107 | DSP, IVA1.0 and IVA2 in OMAP1/2/3. | 107 | DSP, IVA1.0 and IVA2 in OMAP1/2/3. |
108 | 108 | ||
109 | config OMAP_MBOX_KFIFO_SIZE | ||
110 | int "Mailbox kfifo default buffer size (bytes)" | ||
111 | depends on OMAP_MBOX_FWK | ||
112 | default 256 | ||
113 | help | ||
114 | Specify the default size of mailbox's kfifo buffers (bytes). | ||
115 | This can also be changed at runtime (via the mbox_kfifo_size | ||
116 | module parameter). | ||
117 | |||
109 | config OMAP_IOMMU | 118 | config OMAP_IOMMU |
110 | tristate | 119 | tristate |
111 | 120 | ||