1# Copyright (c) 2022 Nordic Semiconductor ASA 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config USBD_AUDIO2_CLASS 6 bool "USB Audio 2 class support" 7 select UDC_ENABLE_SOF 8 help 9 USB Audio 2 device class support. 10 11if USBD_AUDIO2_CLASS 12 13module = USBD_UAC2 14module-str = usbd uac2 15source "subsys/logging/Kconfig.template.log_config" 16 17endif 18