1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config DAI_NXP_ESAI
5	bool "NXP Enhanced Serial Audio Interface (ESAI) driver"
6	default y
7	depends on DT_HAS_NXP_DAI_ESAI_ENABLED
8	help
9		Select this to enable NXP ESAI driver.
10