1# Copyright (c) 2025 Titouan Christophe 2# SPDX-License-Identifier: Apache-2.0 3 4menu "MIDI2" 5 6config MIDI2_UMP_STREAM_RESPONDER 7 bool "MIDI2 UMP Stream responder" 8 help 9 Library to respond to UMP Stream discovery messages, as specified 10 in "Universal MIDI Packet (UMP) Format and MIDI 2.0 Protocol" 11 version 1.1.2 section 7.1: "UMP Stream Messages" 12 13endmenu 14