| # Copyright (c) 2024 Renesas Electronics Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config GPIO_RENESAS_RX | |
| bool "Renesas RX GPIO driver" | |
| default y | |
| depends on DT_HAS_RENESAS_RX_GPIO_ENABLED | |
| select PINCTRL | |
| help | |
| Enable the Renesas RX GPIO driver. |