1# Copyright (c) 2024 Titouan Christophe
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config USBD_MIDI2_CLASS
6	bool "USB MIDI 2.0 class support [EXPERIMENTAL]"
7	select RING_BUFFER
8	help
9	  Enable the USB MIDI 2.0 device class support.
10
11if USBD_MIDI2_CLASS
12
13module = USBD_MIDI2
14module-str = usbd midi2
15source "subsys/logging/Kconfig.template.log_config"
16
17endif
18