19 lines
304 B
Plaintext
19 lines
304 B
Plaintext
|
# Raptor Lake SoC configuration options
|
||
|
|
||
|
# Copyright (c) 2022 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_RAPTOR_LAKE
|
||
|
|
||
|
config SOC
|
||
|
default "raptor_lake"
|
||
|
|
||
|
config PCIE_MMIO_CFG
|
||
|
default y
|
||
|
|
||
|
config X86_DYNAMIC_IRQ_STUBS
|
||
|
default 16
|
||
|
depends on DYNAMIC_INTERRUPTS
|
||
|
|
||
|
endif # SOC_RAPTOR_LAKE
|