:orphan: .. title:: CONFIG_USB_PID_TESTUSB_SAMPLE .. kconfig:: CONFIG_USB_PID_TESTUSB_SAMPLE CONFIG_USB_PID_TESTUSB_SAMPLE ############################# *(No prompt -- not directly user assignable.)* Type: ``hex`` Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x0009 Kconfig definition ================== At ``samples/subsys/usb/usb_pid.Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig config USB_PID_TESTUSB_SAMPLE hex default 0x0009 depends on USB_DEVICE_STACK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*