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:
Kumar Gala 2022-08-24 14:47:49 -05:00 committed by Fabio Baltieri
commit 576d3fe84f

View file

@ -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.