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