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