zephyr/drivers/gpio/Kconfig.renesas_ra_ioport
Thao Luong e139d936cb drivers: gpio: Only configs for VBATT pin when RA MCU support
Update GPIO driver for RA: Only configs for VBATT pin when RA
MCU support.

Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
2025-02-14 17:15:43 +01:00

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.