1# Copyright (c) 2022-2024 Intel Corporation Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_RAPTOR_LAKE
5	select X86
6	select X86_64
7	select CPU_ATOM
8	select PCIE
9	select PCIE_MSI
10	select DYNAMIC_INTERRUPTS
11	select X86_MMU
12