ec_host_cmd: add missing name to choice in Kconfig

It is recommended that choices in Kconfig have names
so this commit adds missing one for the type of
host commands peripheral.

Signed-off-by: Michał Barnaś <mb@semihalf.com>
This commit is contained in:
Michał Barnaś 2023-01-09 18:53:59 +01:00 committed by Fabio Baltieri
commit cc3faf27ca

View file

@ -17,7 +17,7 @@ module = EC_HC
module-str = ec-host-commands module-str = ec-host-commands
source "subsys/logging/Kconfig.template.log_config" source "subsys/logging/Kconfig.template.log_config"
choice choice EC_HOST_CMD_PERIPH_TYPE
prompt "Host commands peripheral" prompt "Host commands peripheral"
config EC_HOST_CMD_SIMULATOR config EC_HOST_CMD_SIMULATOR