1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for drivers/platform/x86/intel
4# Intel x86 Platform-Specific Drivers
5#
6
7obj-$(CONFIG_INTEL_ATOMISP2_PDX86)	+= atomisp2/
8obj-$(CONFIG_INTEL_SAR_INT1092)		+= int1092/
9obj-$(CONFIG_INTEL_CHT_INT33FE)		+= int33fe/
10obj-$(CONFIG_INTEL_SKL_INT3472)		+= int3472/
11obj-$(CONFIG_INTEL_PMC_CORE)		+= pmc/
12obj-$(CONFIG_INTEL_PMT_CLASS)		+= pmt/
13obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
14obj-$(CONFIG_INTEL_TELEMETRY)		+= telemetry/
15obj-$(CONFIG_INTEL_WMI)			+= wmi/
16
17# Intel input drivers
18intel-hid-y				:= hid.o
19obj-$(CONFIG_INTEL_HID_EVENT)		+= intel-hid.o
20intel-vbtn-y				:= vbtn.o
21obj-$(CONFIG_INTEL_VBTN)		+= intel-vbtn.o
22
23# Intel miscellaneous drivers
24intel_int0002_vgpio-y			:= int0002_vgpio.o
25obj-$(CONFIG_INTEL_INT0002_VGPIO)	+= intel_int0002_vgpio.o
26intel_oaktrail-y			:= oaktrail.o
27obj-$(CONFIG_INTEL_OAKTRAIL)		+= intel_oaktrail.o
28
29# Intel PMIC / PMC / P-Unit drivers
30intel_bxtwc_tmu-y			:= bxtwc_tmu.o
31obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU)	+= intel_bxtwc_tmu.o
32intel_chtdc_ti_pwrbtn-y			:= chtdc_ti_pwrbtn.o
33obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN)	+= intel_chtdc_ti_pwrbtn.o
34intel_mrfld_pwrbtn-y			:= mrfld_pwrbtn.o
35obj-$(CONFIG_INTEL_MRFLD_PWRBTN)	+= intel_mrfld_pwrbtn.o
36intel_punit_ipc-y			:= punit_ipc.o
37obj-$(CONFIG_INTEL_PUNIT_IPC)		+= intel_punit_ipc.o
38
39# Intel Uncore drivers
40intel-rst-y				:= rst.o
41obj-$(CONFIG_INTEL_RST)			+= intel-rst.o
42intel-smartconnect-y			:= smartconnect.o
43obj-$(CONFIG_INTEL_SMARTCONNECT)	+= intel-smartconnect.o
44intel_turbo_max_3-y			:= turbo_max_3.o
45obj-$(CONFIG_INTEL_TURBO_MAX_3)		+= intel_turbo_max_3.o
46intel-uncore-frequency-y		:= uncore-frequency.o
47obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= intel-uncore-frequency.o
48