d86c61fd57
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>
11 lines
224 B
Plaintext
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.
|