2021-06-18 15:55:15 +03:00
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for drivers/platform/x86/intel
# Intel x86 Platform-Specific Drivers
#
2021-07-24 02:44:52 +05:30
obj-$(CONFIG_INTEL_SAR_INT1092) += int1092/
2021-06-18 15:55:16 +03:00
obj-$(CONFIG_INTEL_CHT_INT33FE) += int33fe/
2021-06-18 15:55:15 +03:00
obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/
2021-08-20 14:04:44 +03:00
obj-$(CONFIG_INTEL_PMC_CORE) += pmc/
2021-07-27 09:49:28 -07:00
obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
2021-08-20 14:04:51 +03:00
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
2021-08-20 14:04:46 +03:00
obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
2021-08-20 14:04:40 +03:00
# Intel PMIC / PMC / P-Unit drivers
intel_bxtwc_tmu-y := bxtwc_tmu.o
obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU) += intel_bxtwc_tmu.o
2021-08-20 14:04:41 +03:00
intel_chtdc_ti_pwrbtn-y := chtdc_ti_pwrbtn.o
obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN) += intel_chtdc_ti_pwrbtn.o
2021-08-20 14:04:42 +03:00
intel_mrfld_pwrbtn-y := mrfld_pwrbtn.o
obj-$(CONFIG_INTEL_MRFLD_PWRBTN) += intel_mrfld_pwrbtn.o
2021-08-20 14:04:43 +03:00
intel_punit_ipc-y := punit_ipc.o
obj-$(CONFIG_INTEL_PUNIT_IPC) += intel_punit_ipc.o
2021-08-20 14:04:47 +03:00
# Intel Uncore drivers
intel-rst-y := rst.o
obj-$(CONFIG_INTEL_RST) += intel-rst.o
2021-08-20 14:04:48 +03:00
intel-smartconnect-y := smartconnect.o
obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o
2021-08-20 14:04:49 +03:00
intel_turbo_max_3-y := turbo_max_3.o
obj-$(CONFIG_INTEL_TURBO_MAX_3) += intel_turbo_max_3.o
2021-08-20 14:04:50 +03:00
intel-uncore-frequency-y := uncore-frequency.o
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency.o