CONFIG_ESPI_PERIPHERAL_XEC_MAILBOX

SoC Mailbox over eSPI

Type: bool

Help

Enable a 32 byte mailbox interface accessible via Host I/O over the
ESPI Peripheral Channel.

Direct dependencies

ESPI_PERIPHERAL_CHANNEL && ESPI_XEC_V2 && ESPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Driver>/espi/Kconfig.xec_v2:60

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:92<Driver>/espi/Kconfig:15

Menu path: (Top) → Device Drivers → ESPI Driver

config ESPI_PERIPHERAL_XEC_MAILBOX
    bool "SoC Mailbox over eSPI"
    depends on ESPI_PERIPHERAL_CHANNEL && ESPI_XEC_V2 && ESPI
    help
      Enable a 32 byte mailbox interface accessible via Host I/O over the
      ESPI Peripheral Channel.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)