Update GPIO driver for RA: Only configs for VBATT pin when RA MCU support. Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
17 lines
422 B
Text
17 lines
422 B
Text
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_RA4M3
|
|
select ARM
|
|
select CPU_HAS_ARM_MPU
|
|
select CPU_CORTEX_M33
|
|
select HAS_RENESAS_RA_FSP
|
|
select CLOCK_CONTROL_RENESAS_RA_CGC if CLOCK_CONTROL
|
|
select CPU_CORTEX_M_HAS_DWT
|
|
select ARMV8_M_DSP
|
|
select CPU_HAS_FPU
|
|
select FPU
|
|
select HAS_SWO
|
|
select XIP
|
|
select SOC_EARLY_INIT_HOOK
|
|
select GPIO_RA_HAS_VBTICTLR
|