zephyr/soc/intel/intel_ish/Kconfig
Anas Nashif c344771d8b soc: intel: 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

17 lines
351 B
Plaintext

# Intel ISH family configuration options
#
# Copyright (c) 2023-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_INTEL_ISH
select X86
select X86_NO_SPECULATIVE_VULNERABILITIES
select IOAPIC
select LOAPIC
select CPU_HAS_FPU
select INTEL_HAL
select HAS_PM
select HAS_COVERAGE_SUPPORT
select SOC_EARLY_INIT_HOOK