blob: d1dd3382081340bb076c11d812030a815046dc99 [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"
select UDC_ENABLE_SOF
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