1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_NXP_S32_EMIOS
5	bool "NXP S32 PWM-eMIOS driver"
6	default y
7	depends on DT_HAS_NXP_S32_EMIOS_PWM_ENABLED
8	select NXP_S32_EMIOS
9	select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
10	help
11	  Enable support for the NXP S32 PWM-eMIOS.
12