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/ 15 16# Intel input drivers 17intel-hid-y := hid.o 18obj-$(CONFIG_INTEL_HID_EVENT) += intel-hid.o 19 20# Intel PMIC / PMC / P-Unit drivers 21intel_bxtwc_tmu-y := bxtwc_tmu.o 22obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU) += intel_bxtwc_tmu.o 23intel_chtdc_ti_pwrbtn-y := chtdc_ti_pwrbtn.o 24obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN) += intel_chtdc_ti_pwrbtn.o 25intel_mrfld_pwrbtn-y := mrfld_pwrbtn.o 26obj-$(CONFIG_INTEL_MRFLD_PWRBTN) += intel_mrfld_pwrbtn.o 27intel_punit_ipc-y := punit_ipc.o 28obj-$(CONFIG_INTEL_PUNIT_IPC) += intel_punit_ipc.o 29 30# Intel Uncore drivers 31intel-rst-y := rst.o 32obj-$(CONFIG_INTEL_RST) += intel-rst.o 33intel-smartconnect-y := smartconnect.o 34obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o 35intel_turbo_max_3-y := turbo_max_3.o 36obj-$(CONFIG_INTEL_TURBO_MAX_3) += intel_turbo_max_3.o 37intel-uncore-frequency-y := uncore-frequency.o 38obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency.o 39