:orphan: .. title:: choice: Max compiled-in log level for PCIE_EP .. _choice_158: .. describe:: choice: Max compiled-in log level for PCIE_EP *Max compiled-in log level for PCIE_EP* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`PCIE_ENDPOINT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`PCIE_EP_LOG_LEVEL_INF ` Choice options ============== - \ :option:`PCIE_EP_LOG_LEVEL_OFF ` - \ :option:`PCIE_EP_LOG_LEVEL_ERR ` - \ :option:`PCIE_EP_LOG_LEVEL_WRN ` - \ :option:`PCIE_EP_LOG_LEVEL_INF ` - \ :option:`PCIE_EP_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:32`` → ``drivers/pcie/Kconfig:4`` → ``drivers/pcie/endpoint/Kconfig:15`` Menu path: (Top) → Device Drivers → Enable PCIe Endpoint support .. parsed-literal:: choice bool "Max compiled-in log level for PCIE_EP" default \ :option:`PCIE_EP_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`PCIE_ENDPOINT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*