| # Copyright 2025 NXP | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config PSI5_NXP_S32 | |
| bool "NXP S32 PSI5 driver" | |
| default y | |
| depends on DT_HAS_NXP_S32_PSI5_ENABLED | |
| select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_NXP_S32_PSI5),pinctrl-0) | |
| help | |
| Enable support for NXP S32 PSI5 driver. |