zephyr/soc/renesas/smartbond/da1469x/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

17 lines
457 B
Text

# Copyright (c) 2022 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_DA1469X
select ARM
select CPU_CORTEX_M33
select CPU_HAS_FPU
select CPU_HAS_ARM_MPU
select CPU_CORTEX_M_HAS_SYSTICK
select ARMV8_M_DSP
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
select HAS_PM
select CLOCK_CONTROL
select CLOCK_CONTROL_SMARTBOND
select SOC_RESET_HOOK
select PM_DEVICE if PM
imply TIMER_READS_ITS_FREQUENCY_AT_RUNTIME