| # Copyright (c) 2024-2025 Renesas Electronics Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| config PWM_RENESAS_RZ_GPT |
| bool "Renesas RZ General PWM Timer (GPT) PWM driver" |
| default y |
| depends on DT_HAS_RENESAS_RZ_GPT_PWM_ENABLED |
| select USE_RZ_FSP_GPT |
| help |
| Enable the PWM driver for the Renesas RZ General PWM Timer (GPT). |
| |
| config PWM_RENESAS_RZ_MTU |
| bool "Renesas RZ Multi-Function Timer Pulse (MTU) PWM driver" |
| default y |
| depends on DT_HAS_RENESAS_RZ_MTU_PWM_ENABLED |
| select USE_RZ_FSP_MTU |
| help |
| Enable the PWM driver for the Renesas RZ Multi-Function Timer Pulse (MTU). |