zephyr/soc/intel/intel_ish/Kconfig
Anas Nashif 94ba9caf82 soc: ish: use lakemont value cpu
Use the Lakemont Value CPU family.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-02-12 23:16:38 +01:00

17 lines
358 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 CPU_LAKEMONT_VALUE
select X86_NO_SPECULATIVE_VULNERABILITIES
select IOAPIC
select LOAPIC
select INTEL_HAL
select HAS_PM
select HAS_COVERAGE_SUPPORT
select SOC_EARLY_INIT_HOOK