-
CONFIG_PCI_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
PCI_LOG_LEVEL_OFF
&&LOG
&&PCI
- 1 if
PCI_LOG_LEVEL_ERR
&&LOG
&&PCI
- 2 if
PCI_LOG_LEVEL_WRN
&&LOG
&&PCI
- 3 if
PCI_LOG_LEVEL_INF
&&LOG
&&PCI
- 4 if
PCI_LOG_LEVEL_DBG
&&LOG
&&PCI
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:30
→ drivers/pci/Kconfig:63
Menu path: (top menu) → Device Drivers → PCI Settings
config PCI_LOG_LEVEL int default 0 ifPCI_LOG_LEVEL_OFF
&&LOG
&&PCI
default 1 ifPCI_LOG_LEVEL_ERR
&&LOG
&&PCI
default 2 ifPCI_LOG_LEVEL_WRN
&&LOG
&&PCI
default 3 ifPCI_LOG_LEVEL_INF
&&LOG
&&PCI
default 4 ifPCI_LOG_LEVEL_DBG
&&LOG
&&PCI
depends onLOG
&&PCI
(Definitions include propagated dependencies, including from if’s and menus.)