:orphan: .. title:: choice USB_HID_LOG_LEVEL_CHOICE: Max compiled-in log level for usb hid .. _choice_630: .. describe:: choice USB_HID_LOG_LEVEL_CHOICE: Max compiled-in log level for usb hid *Max compiled-in log level for usb hid* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`USB_DEVICE_HID ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`USB_HID_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`USB_HID_LOG_LEVEL_OFF ` - \ :kconfig:`USB_HID_LOG_LEVEL_ERR ` - \ :kconfig:`USB_HID_LOG_LEVEL_WRN ` - \ :kconfig:`USB_HID_LOG_LEVEL_INF ` - \ :kconfig:`USB_HID_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:16`` → ``/usb/class/hid/Kconfig:27`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Human Interface Device support .. code-block:: kconfig choice USB_HID_LOG_LEVEL_CHOICE bool "Max compiled-in log level for usb hid" default USB_HID_LOG_LEVEL_INF depends on LOG && USB_DEVICE_HID && USB_DEVICE_STACK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*