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