CONFIG_ESPI_AUTOMATIC_BOOT_DONE_ACKNOWLEDGE

Automatic acknowledge slave boot status

Type: bool

Help

Enable automatic acknowledge of slave basic configuration been completed by sending a virtual wire message to the eSPI master. This depends on SPI boot configuration. It could be either very early in the flow after the VW channel is configured. Or it could be until flash channel is configured.

Direct dependencies

ESPI_VWIRE_CHANNEL && ESPI_SLAVE && ESPI

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/espi/Kconfig:56

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:90

Menu path: (Top) → Device Drivers → ESPI Driver → eSPI virtual wire channel

config ESPI_AUTOMATIC_BOOT_DONE_ACKNOWLEDGE
    bool "Automatic acknowledge slave boot status"
    default y
    depends on ESPI_VWIRE_CHANNEL && ESPI_SLAVE && ESPI
    help
      Enable automatic acknowledge of slave basic configuration been
      completed by sending a virtual wire message to the eSPI master.
      This depends on SPI boot configuration. It could be either very
      early in the flow after the VW channel is configured. Or it could be
      until flash channel is configured.

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