1# 2# Copyright (c) 2022 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7menu "Direction Finding Central" 8config DF_CENTRAL_APP_IQ_REPORT_PRINT_IQ_SAMPLES 9 bool "Print IQ samples for received IQ reports" 10 help 11 The option enables printing of IQ samples for received IQ report. 12endmenu 13 14menu "Zephyr Kernel" 15source "Kconfig.zephyr" 16endmenu 17