1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for drivers/platform/x86/intel
4 # Intel x86 Platform-Specific Drivers
7 obj-$(CONFIG_INTEL_ATOMISP2_PDX86) += atomisp2/
8 obj-$(CONFIG_INTEL_IFS) += ifs/
9 obj-$(CONFIG_INTEL_SAR_INT1092) += int1092/
10 obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/
11 obj-$(CONFIG_INTEL_PMC_CORE) += pmc/
12 obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
13 obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
14 obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
15 obj-$(CONFIG_INTEL_WMI) += wmi/
16 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += uncore-frequency/
21 obj-$(CONFIG_INTEL_HID_EVENT) += intel-hid.o
22 intel-vbtn-y := vbtn.o
23 obj-$(CONFIG_INTEL_VBTN) += intel-vbtn.o
25 # Intel miscellaneous drivers
26 obj-$(CONFIG_INTEL_ISHTP_ECLITE) += ishtp_eclite.o
27 intel_int0002_vgpio-y := int0002_vgpio.o
28 obj-$(CONFIG_INTEL_INT0002_VGPIO) += intel_int0002_vgpio.o
29 intel_oaktrail-y := oaktrail.o
30 obj-$(CONFIG_INTEL_OAKTRAIL) += intel_oaktrail.o
31 intel_sdsi-y := sdsi.o
32 obj-$(CONFIG_INTEL_SDSI) += intel_sdsi.o
33 intel_vsec-y := vsec.o
34 obj-$(CONFIG_INTEL_VSEC) += intel_vsec.o
36 # Intel PMIC / PMC / P-Unit drivers
37 intel_bxtwc_tmu-y := bxtwc_tmu.o
38 obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU) += intel_bxtwc_tmu.o
39 intel_crystal_cove_charger-y := crystal_cove_charger.o
40 obj-$(CONFIG_X86_ANDROID_TABLETS) += intel_crystal_cove_charger.o
41 intel_chtdc_ti_pwrbtn-y := chtdc_ti_pwrbtn.o
42 obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN) += intel_chtdc_ti_pwrbtn.o
43 intel_chtwc_int33fe-y := chtwc_int33fe.o
44 obj-$(CONFIG_INTEL_CHTWC_INT33FE) += intel_chtwc_int33fe.o
45 intel_mrfld_pwrbtn-y := mrfld_pwrbtn.o
46 obj-$(CONFIG_INTEL_MRFLD_PWRBTN) += intel_mrfld_pwrbtn.o
47 intel_punit_ipc-y := punit_ipc.o
48 obj-$(CONFIG_INTEL_PUNIT_IPC) += intel_punit_ipc.o
51 intel_vsec_tpmi-y := tpmi.o
52 obj-$(CONFIG_INTEL_TPMI) += intel_vsec_tpmi.o
54 # Intel Uncore drivers
56 obj-$(CONFIG_INTEL_RST) += intel-rst.o
57 intel-smartconnect-y := smartconnect.o
58 obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o
59 intel_turbo_max_3-y := turbo_max_3.o
60 obj-$(CONFIG_INTEL_TURBO_MAX_3) += intel_turbo_max_3.o