1# Copyright (c) 2018-2023 Intel Corporation Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_ALDER_LAKE
5 bool "Intel Alder Lake SOC"
6 select X86
7 select CPU_ATOM
8 select PCIE
9 select PCIE_MSI
10 select DYNAMIC_INTERRUPTS
11 select X86_MMU
12