代码拉取完成,页面将自动刷新
# Kconfig - Config options for EC FW
#
# Copyright (c) 2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu "Embedded controller firmware application"
rsource "app/peripheral_management/Kconfig"
rsource "app/debug/Kconfig"
rsource "app/power_sequencing/Kconfig"
rsource "app/saf/Kconfig"
rsource "app/smchost/Kconfig"
rsource "app/kbchost/Kconfig"
rsource "app/thermal_management/Kconfig"
menu "EC optional features"
rsource "app/power_management/Kconfig"
rsource "app/dnx/Kconfig"
rsource "app/soc_debug_awareness/Kconfig"
rsource "boards/Kconfig"
endmenu
menu "EC logging control"
config EC_DEBUG_LOG
bool "Embedded controller logs"
depends on LOG
default y
help
Enable minimum log level for all modules.
config EC_LOG_LEVEL
int "Embedded controller application log level"
depends on LOG
default 2 if EC_DEBUG_LOG
default 0
help
Set log level for EC FW app modules.
config BOARD_LOG_LEVEL
int "Board initialization log level"
depends on LOG
default 2 if EC_DEBUG_LOG
default 0
help
Set log level for board initialization module.
endmenu
rsource "drivers/Kconfig"
source "Kconfig.zephyr"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。