From cbb6742855bb045d18c91685fd0bd3efcd799ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Barna=C5=9B?= Date: Mon, 28 Nov 2022 17:56:35 +0100 Subject: [PATCH] ec_host_cmd: add Kconfig to set ec host commands logging level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds Kconfig CONFIG_EC_HC_LOG_LEVEL that sets the logging level of host commands subsystem. Signed-off-by: Michał Barnaś --- drivers/ec_host_cmd_periph/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/ec_host_cmd_periph/Kconfig b/drivers/ec_host_cmd_periph/Kconfig index 3dc490f131a..66e9ffa6b92 100644 --- a/drivers/ec_host_cmd_periph/Kconfig +++ b/drivers/ec_host_cmd_periph/Kconfig @@ -13,6 +13,10 @@ menuconfig EC_HOST_CMD_PERIPH if EC_HOST_CMD_PERIPH +module = EC_HC +module-str = ec-host-commands +source "subsys/logging/Kconfig.template.log_config" + choice prompt "Host commands peripheral"