aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/intel-common/intel-corei7-64.scc
blob: 9fa60099ec4ce9705d07c3b73cf7e384ba6a4e80 (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
# 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

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