:orphan: .. title:: EC_HOST_CMD .. option:: 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 ================== .. highlight:: kconfig At ``subsys/mgmt/ec_host_cmd/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:7`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Host command handler subsystem .. parsed-literal:: 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.)*