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