zephyr/soc/snps/arc_iot/Kconfig
Anas Nashif 49f7204530 soc: snps: 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

10 lines
241 B
Plaintext

# Copyright (c) 2014 Wind River Systems, Inc.
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
config SOC_ARC_IOT
select ARC
select CPU_HAS_MPU
select CPU_HAS_FPU
select SOC_EARLY_INIT_HOOK