blob: ad6fb54b38a81f4468aceaf26385ce1a65393368 [file] [log] [blame]
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
config USBD_AUDIO2_CLASS
bool "USB Audio 2 class support [EXPERIMENTAL]"
help
USB Audio 2 device class support.
if USBD_AUDIO2_CLASS
module = USBD_UAC2
module-str = usbd uac2
source "subsys/logging/Kconfig.template.log_config"
endif