ec_host_cmd: add Kconfig to set ec host commands logging level

This commit adds Kconfig CONFIG_EC_HC_LOG_LEVEL that sets the logging
level of host commands subsystem.

Signed-off-by: Michał Barnaś <mb@semihalf.com>
This commit is contained in:
Michał Barnaś 2022-11-28 17:56:35 +01:00 committed by Carles Cufí
commit cbb6742855

View file

@ -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"