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 Driver>/espi/Kconfig:47
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:92
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.)