1# Intel ISH family configuration options
2#
3# Copyright (c) 2023 Intel Corporation
4#
5# SPDX-License-Identifier: Apache-2.0
6
7config SOC_FAMILY_INTEL_ISH
8	bool "Intel ISH SoC family"
9	select X86
10	select X86_NO_SPECULATIVE_VULNERABILITIES
11	select IOAPIC
12	select LOAPIC
13	select CPU_HAS_FPU
14	select INTEL_HAL
15	select HAS_PM
16	select HAS_COVERAGE_SUPPORT
17