#
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#

mainmenu "Bluetooth: A2DP Sink"

config USE_CODEC_CLOCK
	bool "I2S BCK is generated by a selected codec device"
	help
	  If selected, the I2S selected peripheral will be configured to consume
	  (receive) the I2S BCK and WS signals and the codec will be configured
	  to generate those. If not selected, the I2S peripheral will generate
	  them and the codec will be expected to consume them.

config A2DP_SBC_PCM_BUFFER_PLAY_COUNT
	int "The buffer count that every size is 480*2*2 bytes"
	default 50

config A2DP_BOARD_CODEC_PLAY_COUNT
	int "The play count of the board codec interface (i2s)"
	default 4

config A2DP_BOARD_CODEC_PLAY_THRESHOLD
	int "The threshold of pcm buffer when playing data to codec (n%)"
	default 20

source "Kconfig.zephyr"
