1# Renesas RCAR configuration options
2
3# Copyright (c) 2020 IoT.bzh
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_RCAR
7	bool "Renesas R-Car GPIO"
8	default y
9	depends on DT_HAS_RENESAS_RCAR_GPIO_ENABLED
10	help
11	  Enable Renesas RCAR GPIO driver.
12