Add a new Kconfig option to enable the build of Intel HAL and select it always for ish SoCs Signed-off-by: Dong Wang <dong.d.wang@intel.com>
15 lines
303 B
Plaintext
15 lines
303 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
|