menuconfig USB_MGMT
    bool "USB Management"
    default y
    select NRFX_POWER
    help
      Library for USB-related queries, e.g. VBUS presence detection
      via the nRF52840 POWER peripheral.

if USB_MGMT
    module = USB_MGMT
    module-str = usb_mgmt
    source "subsys/logging/Kconfig.template.log_config"
endif # USB_MGMT
