-
CONFIG_SYS_LOG_ARC_INIT_LEVEL
¶
Quark SE Sensor Subsystem log level
Type: int
Help¶
Sets log level for the boot initialization and boot process of the sensor sub-system.
Levels are:
- 0 OFF, do not write
- 1 ERROR, only write SYS_LOG_ERR
- 2 WARNING, write SYS_LOG_WRN in addition to previous level
- 3 INFO, write SYS_LOG_INF in addition to previous levels
- 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
Direct dependencies¶
SYS_LOG
&& X86
&& SOC_QUARK_SE_C1000
&& X86
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
SYS_LOG
&&X86
&&SOC_QUARK_SE_C1000
&&X86
Kconfig definition¶
At arch/x86/soc/intel_quark/quark_se/Kconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:21
→ arch/x86/soc/intel_quark/Kconfig:18
Menu path: (top menu) → X86 Architecture Options
config SYS_LOG_ARC_INIT_LEVEL int prompt "Quark SE Sensor Subsystem log level" ifSYS_LOG
&&X86
&&SOC_QUARK_SE_C1000
&&X86
default 0 ifSYS_LOG
&&X86
&&SOC_QUARK_SE_C1000
&&X86
depends onSYS_LOG
&&X86
&&SOC_QUARK_SE_C1000
&&X86
help Sets log level for the boot initialization and boot process of the sensor sub-system. Levels are: - 0 OFF, do not write - 1 ERROR, only write SYS_LOG_ERR - 2 WARNING, write SYS_LOG_WRN in addition to previous level - 3 INFO, write SYS_LOG_INF in addition to previous levels - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
(Definitions include propagated dependencies, including from if’s and menus.)