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:
parent
54832687bc
commit
cc3faf27ca
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module = EC_HC
|
|||
module-str = ec-host-commands
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
choice
|
||||
choice EC_HOST_CMD_PERIPH_TYPE
|
||||
prompt "Host commands peripheral"
|
||||
|
||||
config EC_HOST_CMD_SIMULATOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue