zephyr/drivers/gpio/Kconfig.rcar
Julien Massot 71fcd696e0 drivers: gpio: rcar: set default according to dt enabled
Set GPIO_RCAR to true if renesas,rcar-gpio status is okay.

Signed-off-by: Julien Massot <julien.massot@iot.bzh>
2022-01-21 14:25:25 -05:00

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.