mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 02:02:37 +00:00
Update GPIO driver for RA: Only configs for VBATT pin when RA MCU support. Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
15 lines
397 B
Plaintext
15 lines
397 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.
|
|
|
|
config GPIO_RA_HAS_VBTICTLR
|
|
bool "Support VBATT input control"
|
|
help
|
|
Enable for Renesas RA which support VBATT input control.
|