1# Raptor Lake SoC configuration options
2
3# Copyright (c) 2022 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_RAPTOR_LAKE
7
8config PCIE_MMIO_CFG
9 default y
10
11config X86_DYNAMIC_IRQ_STUBS
12 default 16
13 depends on DYNAMIC_INTERRUPTS
14
15endif # SOC_RAPTOR_LAKE
16