Battery measurement, basic version
This commit is contained in:
13
firmware/libs/usb_mgmt/Kconfig
Normal file
13
firmware/libs/usb_mgmt/Kconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user