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 e2ed952df23d..e39a417a368d 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -88,6 +88,15 @@ config OMAP_MBOX_FWK | |||
88 | Say Y here if you want to use OMAP Mailbox framework support for | 88 | Say Y here if you want to use OMAP Mailbox framework support for |
89 | DSP, IVA1.0 and IVA2 in OMAP1/2/3. | 89 | DSP, IVA1.0 and IVA2 in OMAP1/2/3. |
90 | 90 | ||
91 | config OMAP_MBOX_KFIFO_SIZE | ||
92 | int "Mailbox kfifo default buffer size (bytes)" | ||
93 | depends on OMAP_MBOX_FWK | ||
94 | default 256 | ||
95 | help | ||
96 | Specify the default size of mailbox's kfifo buffers (bytes). | ||
97 | This can also be changed at runtime (via the mbox_kfifo_size | ||
98 | module parameter). | ||
99 | |||
91 | config OMAP_IOMMU | 100 | config OMAP_IOMMU |
92 | tristate | 101 | tristate |
93 | 102 | ||