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 [EXPERIMENTAL]" 7 help 8 USB Audio 2 device class support. 9 10if USBD_AUDIO2_CLASS 11 12module = USBD_UAC2 13module-str = usbd uac2 14source "subsys/logging/Kconfig.template.log_config" 15 16endif 17