]> Git Repo - linux.git/blob - drivers/platform/x86/intel/Makefile
platform/x86: amd-pmc: Move to later in the suspend process
[linux.git] / drivers / platform / x86 / intel / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for drivers/platform/x86/intel
4 # Intel x86 Platform-Specific Drivers
5 #
6
7 obj-$(CONFIG_INTEL_ATOMISP2_PDX86)      += atomisp2/
8 obj-$(CONFIG_INTEL_SAR_INT1092)         += int1092/
9 obj-$(CONFIG_INTEL_SKL_INT3472)         += int3472/
10 obj-$(CONFIG_INTEL_PMC_CORE)            += pmc/
11 obj-$(CONFIG_INTEL_PMT_CLASS)           += pmt/
12 obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
13 obj-$(CONFIG_INTEL_TELEMETRY)           += telemetry/
14 obj-$(CONFIG_INTEL_WMI)                 += wmi/
15 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += uncore-frequency/
16
17
18 # Intel input drivers
19 intel-hid-y                             := hid.o
20 obj-$(CONFIG_INTEL_HID_EVENT)           += intel-hid.o
21 intel-vbtn-y                            := vbtn.o
22 obj-$(CONFIG_INTEL_VBTN)                += intel-vbtn.o
23
24 # Intel miscellaneous drivers
25 obj-$(CONFIG_INTEL_ISHTP_ECLITE)        += ishtp_eclite.o
26 intel_int0002_vgpio-y                   := int0002_vgpio.o
27 obj-$(CONFIG_INTEL_INT0002_VGPIO)       += intel_int0002_vgpio.o
28 intel_oaktrail-y                        := oaktrail.o
29 obj-$(CONFIG_INTEL_OAKTRAIL)            += intel_oaktrail.o
30 intel_sdsi-y                            := sdsi.o
31 obj-$(CONFIG_INTEL_SDSI)                += intel_sdsi.o
32 intel_vsec-y                            := vsec.o
33 obj-$(CONFIG_INTEL_VSEC)                += intel_vsec.o
34
35 # Intel PMIC / PMC / P-Unit drivers
36 intel_bxtwc_tmu-y                       := bxtwc_tmu.o
37 obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU)      += intel_bxtwc_tmu.o
38 intel_crystal_cove_charger-y            := crystal_cove_charger.o
39 obj-$(CONFIG_X86_ANDROID_TABLETS)       += intel_crystal_cove_charger.o
40 intel_chtdc_ti_pwrbtn-y                 := chtdc_ti_pwrbtn.o
41 obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN)     += intel_chtdc_ti_pwrbtn.o
42 intel_chtwc_int33fe-y                   := chtwc_int33fe.o
43 obj-$(CONFIG_INTEL_CHTWC_INT33FE)       += intel_chtwc_int33fe.o
44 intel_mrfld_pwrbtn-y                    := mrfld_pwrbtn.o
45 obj-$(CONFIG_INTEL_MRFLD_PWRBTN)        += intel_mrfld_pwrbtn.o
46 intel_punit_ipc-y                       := punit_ipc.o
47 obj-$(CONFIG_INTEL_PUNIT_IPC)           += intel_punit_ipc.o
48
49 # Intel Uncore drivers
50 intel-rst-y                             := rst.o
51 obj-$(CONFIG_INTEL_RST)                 += intel-rst.o
52 intel-smartconnect-y                    := smartconnect.o
53 obj-$(CONFIG_INTEL_SMARTCONNECT)        += intel-smartconnect.o
54 intel_turbo_max_3-y                     := turbo_max_3.o
55 obj-$(CONFIG_INTEL_TURBO_MAX_3)         += intel_turbo_max_3.o
This page took 0.037426 seconds and 4 git commands to generate.