CONFIG_ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE

Automatic acknowledge for eSPI HOST warnings

Type: bool

Help

Enable automatic acknowledge from eSPI slave towards eSPI host whenever it receives suspend or reset warning. If this is disabled, it means the app wants to be give the opportunity to prepare for either HOST suspend or reset.

Direct dependencies

ESPI_VWIRE_CHANNEL && ESPI_SLAVE && ESPI

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

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

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_WARNING_ACKNOWLEDGE
    bool "Automatic acknowledge for eSPI HOST warnings"
    default y
    depends on ESPI_VWIRE_CHANNEL && ESPI_SLAVE && ESPI
    help
      Enable automatic acknowledge from eSPI slave towards eSPI host
      whenever it receives suspend or reset warning.
      If this is disabled, it means the app wants to be give the opportunity
      to prepare for either HOST suspend or reset.

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