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

ESPI_PERIPHERAL_CHANNEL && ESPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/espi/Kconfig:115

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:90

Menu path: (Top) → Device Drivers → ESPI Driver

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.)