CONFIG_EC_HOST_CMD

Support Embedded Controller host command handler subsystem

Type: bool

Help

Enable host command processing for embedded controllers on notebook computers. Enabling this option requires specifying a chosen zephyr,ec-host-interface device as the ec host command peripheral that receive incoming host command requests to process.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/mgmt/ec_host_cmd/Kconfig:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:7

Menu path: (Top) → Sub Systems and OS Services → Device Management → Host command handler subsystem

config EC_HOST_CMD
    bool "Support Embedded Controller host command handler subsystem"
    help
      Enable host command processing for embedded controllers on notebook
      computers. Enabling this option requires specifying a chosen
      zephyr,ec-host-interface device as the ec host command peripheral that
      receive incoming host command requests to process.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)