1# Apollo Lake SoC configuration options
2
3# Copyright (c) 2018-2019 Intel Corporation
4# Copyright (c) 2014-2015 Wind River Systems, Inc.
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_APOLLO_LAKE
8
9config PCIE_MMIO_CFG
10	default y
11
12if APIC_TIMER
13
14config APIC_TIMER_IRQ
15	default 24
16
17endif # APIC_TIMER
18
19config X86_DYNAMIC_IRQ_STUBS
20	default 16
21	depends on DYNAMIC_INTERRUPTS
22
23endif # SOC_APOLLO_LAKE
24