:orphan: .. title:: choice: USB Device Network log level .. _choice_629: .. describe:: choice: USB Device Network log level *USB Device Network log level* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`USB_DEVICE_NETWORK ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_OFF ` - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_ERR ` - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_WRN ` - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_INF ` - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_DBG ` - \ :kconfig:`USB_DEVICE_NETWORK_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:14`` → ``/usb/class/netusb/Kconfig:85`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Device Networking support .. code-block:: kconfig choice bool "USB Device Network log level" default USB_DEVICE_NETWORK_LOG_LEVEL_DEFAULT depends on LOG && USB_DEVICE_NETWORK && USB_DEVICE_STACK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*