:orphan: .. title:: CONFIG_EC_HOST_CMD_PERIPH .. kconfig:: CONFIG_EC_HOST_CMD_PERIPH CONFIG_EC_HOST_CMD_PERIPH ######################### *Embedded Controller Host Command peripheral support* Type: ``bool`` Help ==== .. code-block:: none Enable the embedded controller host command peripheral driver. This is needed by the EC host command framework to send and receive data on the appropriate EC host bus. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ec_host_cmd_periph/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:18`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig EC_HOST_CMD_PERIPH bool "Embedded Controller Host Command peripheral support" help Enable the embedded controller host command peripheral driver. This is needed by the EC host command framework to send and receive data on the appropriate EC host bus. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*