:orphan: .. title:: ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE .. option:: 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 =================== \ :option:`ESPI_VWIRE_CHANNEL ` && \ :option:`ESPI_SLAVE ` && \ :option:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/espi/Kconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver → eSPI virtual wire channel .. parsed-literal:: config ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE bool "Automatic acknowledge for eSPI HOST warnings" default y depends on \ :option:`ESPI_VWIRE_CHANNEL ` && \ :option:`ESPI_SLAVE ` && \ :option:`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.)*