zephyr/drivers/pwm/Kconfig.renesas_rz
Hieu Nguyen 3a7ccecdcd drivers: pwm: Initial support for RZ/G3S
Add PWM driver support for Renesas RZ/G3S

Signed-off-by: Hieu Nguyen <hieu.nguyen.ym@bp.renesas.com>
Signed-off-by: Binh Nguyen <binh.nguyen.xw@renesas.com>
2025-02-05 17:49:00 +01:00

11 lines
327 B
Plaintext

# Copyright (c) 2024 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).