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_SAR_INT1092) += int1092/ 8obj-$(CONFIG_INTEL_CHT_INT33FE) += int33fe/ 9obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/ 10obj-$(CONFIG_INTEL_PMC_CORE) += pmc/ 11obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/ 12obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/ 13 14# Intel PMIC / PMC / P-Unit drivers 15intel_bxtwc_tmu-y := bxtwc_tmu.o 16obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU) += intel_bxtwc_tmu.o 17intel_chtdc_ti_pwrbtn-y := chtdc_ti_pwrbtn.o 18obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN) += intel_chtdc_ti_pwrbtn.o 19intel_mrfld_pwrbtn-y := mrfld_pwrbtn.o 20obj-$(CONFIG_INTEL_MRFLD_PWRBTN) += intel_mrfld_pwrbtn.o 21intel_punit_ipc-y := punit_ipc.o 22obj-$(CONFIG_INTEL_PUNIT_IPC) += intel_punit_ipc.o 23 24# Intel Uncore drivers 25intel-rst-y := rst.o 26obj-$(CONFIG_INTEL_RST) += intel-rst.o 27intel-smartconnect-y := smartconnect.o 28obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o 29