1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config PWM_RENESAS_RZ_GPT 5 bool "Renesas RZ General PWM Timer (GPT) PWM driver" 6 default y 7 depends on DT_HAS_RENESAS_RZ_GPT_PWM_ENABLED 8 select USE_RZ_FSP_GPT 9 help 10 Enable the PWM driver for the Renesas RZ General PWM Timer (GPT). 11