File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ source "modules/Kconfig.wurthelektronik"
4545source "modules/Kconfig.xtensa"
4646source "modules/zcbor/Kconfig"
4747source "modules/Kconfig.mcuboot"
48+ source "modules/Kconfig.intel"
4849
4950comment "Unavailable modules, please install those via the project manifest."
5051
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments