:orphan: .. title:: EC_HOST_CMD_PERIPH .. option:: CONFIG_EC_HOST_CMD_PERIPH *Embedded Controller Host Command peripheral support* Type: ``bool`` 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. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ec_host_cmd_periph/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:18`` Menu path: (Top) → Device Drivers .. parsed-literal:: 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.)*