:orphan: .. title:: CONFIG_ESPI_SLAVE .. kconfig:: CONFIG_ESPI_SLAVE CONFIG_ESPI_SLAVE ################# *ESPI slave driver* Type: ``bool`` Help ==== .. code-block:: none Enables eSPI driver in slave mode. Direct dependencies =================== \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/espi/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_SLAVE bool "ESPI slave driver" default y depends on ESPI help Enables eSPI driver in slave mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*