menu "USB HOST UVC"

    config UVC_PRINTF_CONFIGURATION_DESCRIPTOR
        bool "Print UVC Configuration Descriptor"
        default n
        help
            Print UVC Configuration Descriptor to console.

    config UVC_INTERVAL_ARRAY_SIZE
        int "Size of the interval array in uvc_host_frame_info_t"
        default 3
        help
            This option sets the size of the interval array in the `uvc_host_frame_info_t` structure.
            Increase this value if you need to support more discrete frame intervals.

    config UVC_CHECK_PAYLOAD_HEADER_EOH
        bool "Check EOH bit in payload header"
        default y
        help
            "If EOH is set in the header, this is the last header group in the packet"

    config UVC_CHECK_PAYLOAD_HEADER_ERR
        bool "Check ERR bit in payload header"
        default y
        help
            "If ERR is set in the header, this is an error packet, and the frame will be discarded"
endmenu
