zephyr/soc/x86/intel_ish/Kconfig

17 lines
347 B
Plaintext

# Intel ISH family configuration options
#
# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_INTEL_ISH
bool "Intel ISH SoC family"
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