14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
# Renesas RCAR configuration options
|
|
|
|
# Copyright (c) 2020 IoT.bzh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DT_COMPAT_RENESAS_RCAR_GPIO := renesas,rcar-gpio
|
|
|
|
config GPIO_RCAR
|
|
bool "Renesas R-Car GPIO"
|
|
depends on SOC_FAMILY_RCAR
|
|
default $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_GPIO))
|
|
help
|
|
Enable Renesas RCAR GPIO driver.
|