aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/intel-common/intel-corei7-64.scc
blob: ad9122c1b901f785558a363f0c91474a71ff85a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-License-Identifier: MIT
# intel-corei7-64.scc
#
# Core platform enablement for all intel-corei7-64 ktypes. This should only
# contain CPU features and devices known to be present on the supported
# platforms, SoCs, and boards.
#

include cfg/x86_64.scc

# Supported platforms and SoCs
include features/soc/baytrail/baytrail.scc
include features/soc/skylake/skylake.scc
include features/soc/broxton/broxton.scc

# DCA is now 64 bit only, so inlcude it here.
include features/dca/dca.scc

# INTEL_TELEMETRY is currently 64 bit only
include features/telemetry/intel-telemetry.scc

# CONFIG_X86_X2APIC is 64-bit
include features/x2apic/x2apic.scc

# CONFIG_INTEL_SPEED_SELECT_INTERFACE is 64-bit only
include features/intel-sst/intel-sst.scc

# This line comes last as it has the final word on
# CONFIG values.
kconf hardware intel-corei7-64.cfg