| # Copyright (c) 2024 Renesas Electronics Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config GPIO_RA_IOPORT | |
| bool "Renesas RA GPIO IO port driver" | |
| default y | |
| depends on DT_HAS_RENESAS_RA_GPIO_IOPORT_ENABLED | |
| select PINCTRL | |
| help | |
| Enable the Renesas RA GPIO IO port driver. | |
| if GPIO_RA_IOPORT | |
| config GPIO_RA_HAS_VBTICTLR | |
| bool "Support VBATT input control" | |
| help | |
| Enable for Renesas RA which support VBATT input control. | |
| endif # GPIO_RA_IOPORT |