From cc3faf27cacf40ffdfb0d8ccb4475fb10d3c8290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Barna=C5=9B?= Date: Mon, 9 Jan 2023 18:53:59 +0100 Subject: [PATCH] ec_host_cmd: add missing name to choice in Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ś --- drivers/ec_host_cmd_periph/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ec_host_cmd_periph/Kconfig b/drivers/ec_host_cmd_periph/Kconfig index b2eda5dbc66..2af25c9942b 100644 --- a/drivers/ec_host_cmd_periph/Kconfig +++ b/drivers/ec_host_cmd_periph/Kconfig @@ -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