2023-06-19 17:33:09 +08:00
|
|
|
# Copyright 2023 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config PWM_NXP_S32_EMIOS
|
|
|
|
bool "NXP S32 PWM-eMIOS driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_S32_EMIOS_PWM_ENABLED
|
|
|
|
select NXP_S32_EMIOS
|
2023-09-26 12:31:13 +08:00
|
|
|
select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
|
2024-09-25 21:02:41 +08:00
|
|
|
select PINCTRL
|
2023-06-19 17:33:09 +08:00
|
|
|
help
|
|
|
|
Enable support for the NXP S32 PWM-eMIOS.
|