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>
11 lines
327 B
Plaintext
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).
|