:orphan: .. title:: CONFIG_EC_HOST_CMD .. kconfig:: CONFIG_EC_HOST_CMD CONFIG_EC_HOST_CMD ################## *Support Embedded Controller host command handler subsystem* Type: ``bool`` Help ==== .. code-block:: none 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 ``/mgmt/ec_host_cmd/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:7`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Host command handler subsystem .. code-block:: kconfig 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.)*