:orphan: .. title:: USB_SELF_POWERED .. option:: CONFIG_USB_SELF_POWERED *Set Self-powered characteristic* Type: ``bool`` Help ==== Set Self-powered characteristic in bmAttributes to indicate self powered USB device. Direct dependencies =================== \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/Kconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. parsed-literal:: config USB_SELF_POWERED bool "Set Self-powered characteristic" default y depends on \ :option:`USB_DEVICE_STACK ` help Set Self-powered characteristic in bmAttributes to indicate self powered USB device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*