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 SOC 10 default "apollo_lake" 11 12config PCIE_MMIO_CFG 13 default y 14 15if APIC_TIMER 16 17config APIC_TIMER_IRQ 18 default 24 19 20config APIC_TIMER_TSC 21 default y 22 23endif # APIC_TIMER 24 25config X86_DYNAMIC_IRQ_STUBS 26 default 16 27 depends on DYNAMIC_INTERRUPTS 28 29endif # SOC_APOLLO_LAKE 30