9265d2de0c
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>
10 lines
233 B
Plaintext
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.
|