Files
zephyr/soc/renesas/rcar/rcar_gen3/Kconfig
Anas Nashif f519dd1411 arch: arm: replace PLATFORM_SPECIFIC_INIT with PLATFORM_RESET_HOOK
Use generic hook infrastrucutre instead of custom Kconfig and hooks for
ARM.

Replace z_arm_platform_init() with platform_reset().

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-09-09 10:07:33 +02:00

22 lines
457 B
Plaintext

# Copyright (c) 2021 IoT.bzh
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_RCAR_GEN3
select CLOCK_CONTROL_RCAR_CPG_MSSR if CLOCK_CONTROL
config SOC_R8A77951_R7
select ARM
select CPU_CORTEX_R7
select SOC_RESET_HOOK
select CPU_HAS_DCLS
config SOC_R8A77951_A57
select ARM64
select CPU_CORTEX_A57
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS
config SOC_R8A77961
select ARM64
select CPU_CORTEX_A57
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS