Browse Source
Add support for applying the default pin configuration. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>pull/92069/head
3 changed files with 13 additions and 1 deletions
@ -1,9 +1,10 @@ |
|||||||
# Copyright 2024 NXP |
# Copyright 2024-2025 NXP |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config DAI_NXP_ESAI |
config DAI_NXP_ESAI |
||||||
bool "NXP Enhanced Serial Audio Interface (ESAI) driver" |
bool "NXP Enhanced Serial Audio Interface (ESAI) driver" |
||||||
default y |
default y |
||||||
depends on DT_HAS_NXP_DAI_ESAI_ENABLED |
depends on DT_HAS_NXP_DAI_ESAI_ENABLED |
||||||
|
select PINCTRL |
||||||
help |
help |
||||||
Select this to enable NXP ESAI driver. |
Select this to enable NXP ESAI driver. |
||||||
|
Loading…
Reference in new issue