:orphan: .. title:: choice: Max compiled-in log level for usb driver .. _choice_297: .. describe:: choice: Max compiled-in log level for usb driver *Max compiled-in log level for usb driver* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`USB ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`USB_DRIVER_LOG_LEVEL_INF ` Choice options ============== - \ :option:`USB_DRIVER_LOG_LEVEL_OFF ` - \ :option:`USB_DRIVER_LOG_LEVEL_ERR ` - \ :option:`USB_DRIVER_LOG_LEVEL_WRN ` - \ :option:`USB_DRIVER_LOG_LEVEL_INF ` - \ :option:`USB_DRIVER_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:68`` → ``drivers/usb/Kconfig:11`` → ``drivers/usb/device/Kconfig:94`` Menu path: (Top) → Device Drivers → USB .. parsed-literal:: choice bool "Max compiled-in log level for usb driver" default \ :option:`USB_DRIVER_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`USB ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*