zephyr/soc/renesas/ra/ra4m1/Kconfig
TOKITA Hiroshi 1ef5dfce63 boards: Migrate Renesas RA4M1 to the new configuration
Migrate to the new GPIO and Interrupt drivers based on FSP.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-03-17 16:24:42 +01:00

24 lines
516 B
Text

# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_RA4M1
select ARM
select CPU_CORTEX_M4
select CPU_HAS_ARM_MPU
select HAS_RENESAS_RA_FSP
select CLOCK_CONTROL_RENESAS_RA_CGC if CLOCK_CONTROL
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_FPU
select FPU
select HAS_SWO
select XIP
select SOC_EARLY_INIT_HOOK
select GPIO_RA_HAS_VBTICTLR
if SOC_SERIES_RA4M1
config SOC_OPTION_SETTING_MEMORY
bool "Option Setting Memory"
default y
endif