1# Copyright (c) 2023-2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4menu "UAC2 external feedback sample options" 5 6config APP_USE_I2S_LRCLK_EDGES_COUNTER 7 bool "Measure I2S LRCLK edges directly" 8 help 9 Use this to use I2S LRCLK edge counting for calculating feedback. 10 On nRF53 this option requires externally connecting I2S LRCLK back to 11 separate GPIOTE input pin (P1.09). 12endmenu 13 14# Source common USB sample options used to initialize new experimental USB 15# device stack. The scope of these options is limited to USB samples in project 16# tree, you cannot use them in your own application. 17source "samples/subsys/usb/common/Kconfig.sample_usbd" 18 19source "Kconfig.zephyr" 20