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:
parent
0d23b46025
commit
cbb6742855
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user