:orphan: .. title:: ESPI_PERIPHERAL_EC_HOST_CMD .. option:: CONFIG_ESPI_PERIPHERAL_EC_HOST_CMD *Host peripheral device support EC host command subsystem* Type: ``bool`` Help ==== Enables Embedded Controller (EC) host command subsystem via eSPI peripheral channel. Direct dependencies =================== (\ :option:`ESPI_NPCX ` && \ :option:`ESPI `) || (\ :option:`ESPI_PERIPHERAL_CHANNEL ` && \ :option:`ESPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``drivers/espi/Kconfig.npcx:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` → ``drivers/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_PERIPHERAL_EC_HOST_CMD bool default y depends on \ :option:`ESPI_NPCX ` && \ :option:`ESPI ` ---- At ``drivers/espi/Kconfig:117`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_PERIPHERAL_EC_HOST_CMD bool "Host peripheral device support EC host command subsystem" depends on \ :option:`ESPI_PERIPHERAL_CHANNEL ` && \ :option:`ESPI ` help Enables Embedded Controller (EC) host command subsystem via eSPI peripheral channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*