zephyr/drivers/gpio/Kconfig.rzt2m
Jakub Michalski 9265d2de0c drivers: gpio: add rzt2m gpio driver
Add Renesas rzt2m gpio driver with basic functionality.
It supports pin mode configuration and writing/reading to/from gpio ports.
Includes dts changes to build blinky sample.

Signed-off-by: Jakub Michalski <jmichalski@internships.antmicro.com>
2023-11-15 11:41:35 +01:00

10 lines
233 B
Plaintext

# Copyright (c) 2023 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
config GPIO_RZT2M
bool "Renesas RZT2M GPIO"
default y
depends on DT_HAS_RENESAS_RZT2M_GPIO_ENABLED
help
Enable Renesas RZT2M GPIO driver.