1# Elkhart Lake SoC configuration options
2
3# Copyright (c) 2018-2020 Intel Corporation
4# Copyright (c) 2014-2015 Wind River Systems, Inc.
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_ELKHART_LAKE
8
9config SOC
10	default "elkhart_lake"
11
12config PCIE_MMIO_CFG
13	default y
14
15config X86_DYNAMIC_IRQ_STUBS
16	default 16
17	depends on DYNAMIC_INTERRUPTS
18
19endif # SOC_ELKHART_LAKE
20