Skip to content

Commit cc3faf2

Browse files
barnas-michalfabiobaltieri
authored andcommitted
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ś <[email protected]>
1 parent 5483268 commit cc3faf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ec_host_cmd_periph/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module = EC_HC
1717
module-str = ec-host-commands
1818
source "subsys/logging/Kconfig.template.log_config"
1919

20-
choice
20+
choice EC_HOST_CMD_PERIPH_TYPE
2121
prompt "Host commands peripheral"
2222

2323
config EC_HOST_CMD_SIMULATOR

0 commit comments

Comments
 (0)