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.
|