1# Copyright 2025 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config DAI_NXP_MICFIL
5	bool "NXP Pulse Density Modulation Microphone Interface (MICFIL) driver"
6	default y
7	depends on DT_HAS_NXP_DAI_MICFIL_ENABLED
8	select PINCTRL
9	help
10		Select this to enable NXP PDM MICFIL driver.
11