zephyr/drivers/gpio/Kconfig.rcar
Julien Massot d86c61fd57 drivers: gpio: add Renesas RCar gpio
Add GPIO controller driver that can be found on Renesas
RCar gen3 soc series.

Controller can handle up to 32 GPIOs per banks.

Signed-off-by: Julien Massot <julien.massot@iot.bzh>
2021-04-22 10:38:45 +02:00

11 lines
224 B
Plaintext

# Renesas RCAR configuration options
# Copyright (c) 2020 IoT.bzh
# SPDX-License-Identifier: Apache-2.0
config GPIO_RCAR
bool "Renesas RCAR GPIO"
depends on SOC_SERIES_RCAR_GEN3
help
Enable Renesas RCAR GPIO driver.