zephyr/soc/microchip/mec/mec175x/Kconfig
Anas Nashif 1d7910352d soc: microchip: 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

22 lines
450 B
Text

# Microchip MEC175X MCU core series
# Copyright (c) 2024 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_MEC175X
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_FPU
select CPU_HAS_ARM_MPU
select HAS_SWO
select HAS_MEC5_HAL
select HAS_PM
select SOC_PREP_HOOK
if SOC_SERIES_MEC175X
config RTOS_TIMER
bool "MEC175x RTOS Timer(32KHz) as kernel timer"
endif # SOC_SERIES_MEC175X