:orphan: .. title:: CONFIG_ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE .. kconfig:: CONFIG_ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE CONFIG_ESPI_AUTOMATIC_WARNING_ACKNOWLEDGE ######################################### *Automatic acknowledge for eSPI HOST warnings* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ESPI_VWIRE_CHANNEL ` && \ :kconfig:`ESPI_SLAVE ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/espi/Kconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver → eSPI virtual wire channel .. code-block:: kconfig 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.)*