Files
zephyr/soc/x86/intel_ish/Kconfig
Dong Wang 4e3ec6207d ish: add module Kconfig for Intel HAL
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>
2023-07-28 17:49:09 +02:00

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