18bd836feSAndy Shevchenko# SPDX-License-Identifier: GPL-2.0
28bd836feSAndy Shevchenko#
38bd836feSAndy Shevchenko# Makefile for drivers/platform/x86/intel
48bd836feSAndy Shevchenko# Intel x86 Platform-Specific Drivers
58bd836feSAndy Shevchenko#
68bd836feSAndy Shevchenko
7dcfbd31eSShravan Sobj-$(CONFIG_INTEL_SAR_INT1092)		+= int1092/
872fbcac2SAndy Shevchenkoobj-$(CONFIG_INTEL_CHT_INT33FE)		+= int33fe/
98bd836feSAndy Shevchenkoobj-$(CONFIG_INTEL_SKL_INT3472)		+= int3472/
10fa082a7cSKate Hsuanobj-$(CONFIG_INTEL_PMC_CORE)		+= pmc/
11e184b1e5SDavid E. Boxobj-$(CONFIG_INTEL_PMT_CLASS)		+= pmt/
12*6b1e4828SKate Hsuanobj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
132b6cb8f2SKate Hsuanobj-$(CONFIG_INTEL_TELEMETRY)		+= telemetry/
149ed10052SKate Hsuan
159ed10052SKate Hsuan# Intel PMIC / PMC / P-Unit drivers
169ed10052SKate Hsuanintel_bxtwc_tmu-y			:= bxtwc_tmu.o
179ed10052SKate Hsuanobj-$(CONFIG_INTEL_BXTWC_PMIC_TMU)	+= intel_bxtwc_tmu.o
182e4355e4SKate Hsuanintel_chtdc_ti_pwrbtn-y			:= chtdc_ti_pwrbtn.o
192e4355e4SKate Hsuanobj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN)	+= intel_chtdc_ti_pwrbtn.o
20f51c108dSKate Hsuanintel_mrfld_pwrbtn-y			:= mrfld_pwrbtn.o
21f51c108dSKate Hsuanobj-$(CONFIG_INTEL_MRFLD_PWRBTN)	+= intel_mrfld_pwrbtn.o
22386d17b2SKate Hsuanintel_punit_ipc-y			:= punit_ipc.o
23386d17b2SKate Hsuanobj-$(CONFIG_INTEL_PUNIT_IPC)		+= intel_punit_ipc.o
24e6596c22SKate Hsuan
25e6596c22SKate Hsuan# Intel Uncore drivers
26e6596c22SKate Hsuanintel-rst-y				:= rst.o
27e6596c22SKate Hsuanobj-$(CONFIG_INTEL_RST)			+= intel-rst.o
2847bbe03eSKate Hsuanintel-smartconnect-y			:= smartconnect.o
2947bbe03eSKate Hsuanobj-$(CONFIG_INTEL_SMARTCONNECT)	+= intel-smartconnect.o
301fef1c04SKate Hsuanintel_turbo_max_3-y			:= turbo_max_3.o
311fef1c04SKate Hsuanobj-$(CONFIG_INTEL_TURBO_MAX_3)		+= intel_turbo_max_3.o
32075b5598SKate Hsuanintel-uncore-frequency-y		:= uncore-frequency.o
33075b5598SKate Hsuanobj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= intel-uncore-frequency.o
34