drivers: ec_host_cmd_periph: Update Kconfig
Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
f2cbd8405b
commit
576d3fe84f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ if EC_HOST_CMD_PERIPH
|
|||
|
||||
config EC_HOST_CMD_SIMULATOR
|
||||
bool "Embedded Controller Host Command Peripheral Simulator"
|
||||
default y
|
||||
depends on DT_HAS_ZEPHYR_SIM_EC_HOST_CMD_PERIPH_ENABLED
|
||||
help
|
||||
Enable the EC host command simulator.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue