1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_RA_IOPORT
5	bool "Renesas RA GPIO IO port driver"
6	default y
7	depends on DT_HAS_RENESAS_RA_GPIO_IOPORT_ENABLED
8	help
9	  Enable the Renesas RA GPIO IO port driver.
10
11config GPIO_RA_HAS_VBTICTLR
12	bool "Support VBATT input control"
13	help
14	  Enable for Renesas RA which support VBATT input control.
15