17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
# Alder Lake SoC configuration options
|
|
|
|
# Copyright (c) 2018-2024 Intel Corporation
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_ALDER_LAKE
|
|
|
|
config PCIE_MMIO_CFG
|
|
default y
|
|
|
|
config X86_DYNAMIC_IRQ_STUBS
|
|
default 16
|
|
depends on DYNAMIC_INTERRUPTS
|
|
|
|
endif # SOC_ALDER_LAKE
|