1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_RENESAS_RZ
5 bool "Renesas RZ series gpio driver"
6 default y
7 depends on DT_HAS_RENESAS_RZ_GPIO_ENABLED
8 select USE_RZ_FSP_IOPORT
9 help
10 Enable Renesas RZ series gpio driver.
11