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¶
At <Zephyr Driver>/ec_host_cmd_periph/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:18
Menu path: (Top) → Device Drivers
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.)