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/
122b6cb8f2SKate Hsuanobj-$(CONFIG_INTEL_TELEMETRY)		+= telemetry/
139ed10052SKate Hsuan
149ed10052SKate Hsuan# Intel PMIC / PMC / P-Unit drivers
159ed10052SKate Hsuanintel_bxtwc_tmu-y			:= bxtwc_tmu.o
169ed10052SKate Hsuanobj-$(CONFIG_INTEL_BXTWC_PMIC_TMU)	+= intel_bxtwc_tmu.o
172e4355e4SKate Hsuanintel_chtdc_ti_pwrbtn-y			:= chtdc_ti_pwrbtn.o
182e4355e4SKate Hsuanobj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN)	+= intel_chtdc_ti_pwrbtn.o
19f51c108dSKate Hsuanintel_mrfld_pwrbtn-y			:= mrfld_pwrbtn.o
20f51c108dSKate Hsuanobj-$(CONFIG_INTEL_MRFLD_PWRBTN)	+= intel_mrfld_pwrbtn.o
21386d17b2SKate Hsuanintel_punit_ipc-y			:= punit_ipc.o
22386d17b2SKate Hsuanobj-$(CONFIG_INTEL_PUNIT_IPC)		+= intel_punit_ipc.o
23e6596c22SKate Hsuan
24e6596c22SKate Hsuan# Intel Uncore drivers
25e6596c22SKate Hsuanintel-rst-y				:= rst.o
26e6596c22SKate Hsuanobj-$(CONFIG_INTEL_RST)			+= intel-rst.o
2747bbe03eSKate Hsuanintel-smartconnect-y			:= smartconnect.o
2847bbe03eSKate Hsuanobj-$(CONFIG_INTEL_SMARTCONNECT)	+= intel-smartconnect.o
29*1fef1c04SKate Hsuanintel_turbo_max_3-y			:= turbo_max_3.o
30*1fef1c04SKate Hsuanobj-$(CONFIG_INTEL_TURBO_MAX_3)		+= intel_turbo_max_3.o
31