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
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ menuconfig EC_HOST_CMD_PERIPH
|
||||||
|
|
||||||
if 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
|
choice
|
||||||
prompt "Host commands peripheral"
|
prompt "Host commands peripheral"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue