-
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>/drivers/ec_host_cmd_periph/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/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.)