Migrate to the new GPIO and Interrupt drivers based on FSP. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
24 lines
516 B
Text
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
|