:orphan: .. title:: CONFIG_EC_HOST_CMD_SIMULATOR .. kconfig:: CONFIG_EC_HOST_CMD_SIMULATOR CONFIG_EC_HOST_CMD_SIMULATOR ############################ *Embedded Controller Host Command Peripheral Simulator* Type: ``bool`` Help ==== .. code-block:: none Enable the EC host command simulator. Direct dependencies =================== \ :kconfig:`EC_HOST_CMD_PERIPH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ec_host_cmd_periph/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:18`` Menu path: (Top) → Device Drivers → Embedded Controller Host Command peripheral support .. code-block:: kconfig config EC_HOST_CMD_SIMULATOR bool "Embedded Controller Host Command Peripheral Simulator" depends on EC_HOST_CMD_PERIPH help Enable the EC host command simulator. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*