1# Copyright (c) 2022 Intel Corporation Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_RAPTOR_LAKE
5 bool "Intel Raptor 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