# Copyright (c) 2026 Mario Paja
# SPDX-License-Identifier: Apache-2.0

source "Kconfig.zephyr"

config SAMPLE_I2S_OPT_BIT_CLK_GATED
	bool "Run I2S bit clock only while sending data"
	help
	  Enable I2S bit clock (BCLK) so that it runs
	  only while audio data is actively being transmitted.
