]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/plat-omap/Kconfig
omap: mailbox: convert block api to kfifo
[net-next-2.6.git] / arch / arm / plat-omap / Kconfig
index 78b49a626d06521340c1eada5c5692ca311f8814..111d39a47ad17be21b8a30209f4b54f8169c43b5 100644 (file)
@@ -106,6 +106,15 @@ config OMAP_MBOX_FWK
          Say Y here if you want to use OMAP Mailbox framework support for
          DSP, IVA1.0 and IVA2 in OMAP1/2/3.
 
+config OMAP_MBOX_KFIFO_SIZE
+       int "Mailbox kfifo default buffer size (bytes)"
+       depends on OMAP_MBOX_FWK
+       default 256
+       help
+         Specify the default size of mailbox's kfifo buffers (bytes).
+         This can also be changed at runtime (via the mbox_kfifo_size
+         module parameter).
+
 config OMAP_IOMMU
        tristate