This adds GPIO driver for Renesas RZ/G3S. Signed-off-by: Quang Le <quang.le.eb@bp.renesas.com> Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com> Signed-off-by: Binh Nguyen <binh.nguyen.xw@renesas.com>
10 lines
280 B
Text
10 lines
280 B
Text
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_RENESAS_RZ
|
|
bool "Renesas RZ series gpio driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_RZ_GPIO_ENABLED
|
|
select USE_RZ_FSP_IOPORT
|
|
help
|
|
Enable Renesas RZ series gpio driver.
|