1# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config GPIO_RENESAS_RA 5 bool "Renesas RA Series GPIO driver" 6 default y 7 select GPIO_GET_CONFIG 8 select PINCTRL 9 depends on DT_HAS_RENESAS_RA_GPIO_ENABLED 10 help 11 Enable Renesas RA series GPIO driver. 12