mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 17:25:21 +00:00
Background of this modification is to make gpio driver code provided by Renesas vendor to be an official support for Renesas MCU on Zephyr Signed-off-by: Quy Tran <quy.tran.pz@renesas.com> Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_RA_IOPORT
|
|
bool "Renesas RA GPIO IO port driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_RA_GPIO_IOPORT_ENABLED
|
|
help
|
|
Enable the Renesas RA GPIO IO port driver.
|