# Copyright (c) 2023 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menuconfig TONE
	bool "TONE - Sinus creation library"
	default n
	select CMSIS_DSP
	select CMSIS_DSP_FASTMATH
	help
	  Library for creating tones

if TONE

module = TONE
module-str = tone
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"

endif #TONE
