:orphan: .. title:: CONFIG_ESPI_OOB_BUFFER_SIZE .. kconfig:: CONFIG_ESPI_OOB_BUFFER_SIZE CONFIG_ESPI_OOB_BUFFER_SIZE ########################### *eSPI OOB channel buffer size in bytes* Type: ``int`` Help ==== .. code-block:: none Use minimum RAM buffer size by default but allow applications to override the value. Maximum OOB payload is 73 bytes. Direct dependencies =================== \ :kconfig:`ESPI_OOB_CHANNEL ` && \ :kconfig:`ESPI_XEC ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== At ``/espi/Kconfig.xec:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:13`` Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver .. code-block:: kconfig config ESPI_OOB_BUFFER_SIZE int "eSPI OOB channel buffer size in bytes" default 128 depends on ESPI_OOB_CHANNEL && ESPI_XEC && ESPI help Use minimum RAM buffer size by default but allow applications to override the value. Maximum OOB payload is 73 bytes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*