:orphan: .. title:: USB_PID_HID_SAMPLE .. option:: CONFIG_USB_PID_HID_SAMPLE *(No prompt -- not directly user assignable.)* Type: ``hex`` Direct dependencies =================== \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x0006 Kconfig definition ================== .. highlight:: kconfig At ``samples/subsys/usb/usb_pid.Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` → ``subsys/usb/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. parsed-literal:: config USB_PID_HID_SAMPLE hex default 0x0006 depends on \ :option:`USB_DEVICE_STACK ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*