Skip to content

Commit 4e3ec62

Browse files
kwd-doodlingcarlescufi
authored andcommitted
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 <[email protected]>
1 parent fb03964 commit 4e3ec62

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

modules/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ source "modules/Kconfig.wurthelektronik"
4545
source "modules/Kconfig.xtensa"
4646
source "modules/zcbor/Kconfig"
4747
source "modules/Kconfig.mcuboot"
48+
source "modules/Kconfig.intel"
4849

4950
comment "Unavailable modules, please install those via the project manifest."
5051

modules/Kconfig.intel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2023 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config INTEL_HAL
5+
bool
6+
help
7+
Build the Intel HAL module during build process.
8+
This is selected by the ARCH kconfig automatically.

soc/x86/intel_ish/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ config SOC_FAMILY_INTEL_ISH
1111
select IOAPIC
1212
select LOAPIC
1313
select CPU_HAS_FPU
14+
select INTEL_HAL

0 commit comments

Comments
 (0)