blob: cd991c93e69be0da09f4bc787e7868e3fa6c6abb [file] [log] [blame]
# Copyright (c) 2024 Titouan Christophe
#
# SPDX-License-Identifier: Apache-2.0
config USBD_MIDI2_CLASS
bool "USB MIDI 2.0 class support [EXPERIMENTAL]"
select RING_BUFFER
help
Enable the USB MIDI 2.0 device class support.
if USBD_MIDI2_CLASS
module = USBD_MIDI2
module-str = usbd midi2
source "subsys/logging/Kconfig.template.log_config"
endif