Lines Matching +full:usb +full:- +full:c
1 # Copyright (c) 2023 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
4 # This file contains Kconfig options and defaults for configuring USB devices
5 # using the new experimental USB device support. The scope of these options is
6 # limited to USB samples in project tree, you cannot use them in your own
9 menu "USB sample options"
13 string "USB device sample manufacturer string"
16 USB device sample manufacturer string.
19 string "USB device sample product string"
22 USB device sample product stringa.
25 hex "USB device sample Product ID"
28 USB device sample Product ID.
31 bool "USB device sample Self-powered attribute"
34 Set the Self-powered attribute in the sample configuration.
37 bool "USB device sample Remote Wakeup attribute"
42 int "USB device sample bMaxPower value"
49 bool "Use default USB 2.0 Extension Descriptor"
51 Set bcdUSB value to 0201 and use default USB 2.0 Extension Descriptor.