zephyr/soc/renesas/rzt2m/Kconfig
Anas Nashif 258c4db1e2 soc: renesas: move init code from SYS_INIT to hooks
Replace SYS_INIT with SoC hooks and adapt SoC init code

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-09-20 13:15:31 +02:00

11 lines
272 B
Text

# Copyright (c) 2023 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_RENESAS_RZT2M
select ARM
select CPU_CORTEX_R52
select CPU_HAS_ARM_MPU
select GIC_SINGLE_SECURITY_STATE
select ARM_ARCH_TIMER
select SYSCON
select SOC_EARLY_INIT_HOOK