Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for drivers/platform/x86/intel
0004 # Intel x86 Platform-Specific Drivers
0005 #
0006 
0007 obj-$(CONFIG_INTEL_ATOMISP2_PDX86)      += atomisp2/
0008 obj-$(CONFIG_INTEL_IFS)                 += ifs/
0009 obj-$(CONFIG_INTEL_SAR_INT1092)         += int1092/
0010 obj-$(CONFIG_INTEL_SKL_INT3472)         += int3472/
0011 obj-$(CONFIG_INTEL_PMC_CORE)            += pmc/
0012 obj-$(CONFIG_INTEL_PMT_CLASS)           += pmt/
0013 obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
0014 obj-$(CONFIG_INTEL_TELEMETRY)           += telemetry/
0015 obj-$(CONFIG_INTEL_WMI)                 += wmi/
0016 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += uncore-frequency/
0017 
0018 
0019 # Intel input drivers
0020 intel-hid-y                             := hid.o
0021 obj-$(CONFIG_INTEL_HID_EVENT)           += intel-hid.o
0022 intel-vbtn-y                            := vbtn.o
0023 obj-$(CONFIG_INTEL_VBTN)                += intel-vbtn.o
0024 
0025 # Intel miscellaneous drivers
0026 obj-$(CONFIG_INTEL_ISHTP_ECLITE)        += ishtp_eclite.o
0027 intel_int0002_vgpio-y                   := int0002_vgpio.o
0028 obj-$(CONFIG_INTEL_INT0002_VGPIO)       += intel_int0002_vgpio.o
0029 intel_oaktrail-y                        := oaktrail.o
0030 obj-$(CONFIG_INTEL_OAKTRAIL)            += intel_oaktrail.o
0031 intel_sdsi-y                            := sdsi.o
0032 obj-$(CONFIG_INTEL_SDSI)                += intel_sdsi.o
0033 intel_vsec-y                            := vsec.o
0034 obj-$(CONFIG_INTEL_VSEC)                += intel_vsec.o
0035 
0036 # Intel PMIC / PMC / P-Unit drivers
0037 intel_bxtwc_tmu-y                       := bxtwc_tmu.o
0038 obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU)      += intel_bxtwc_tmu.o
0039 intel_crystal_cove_charger-y            := crystal_cove_charger.o
0040 obj-$(CONFIG_X86_ANDROID_TABLETS)       += intel_crystal_cove_charger.o
0041 intel_chtdc_ti_pwrbtn-y                 := chtdc_ti_pwrbtn.o
0042 obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN)     += intel_chtdc_ti_pwrbtn.o
0043 intel_chtwc_int33fe-y                   := chtwc_int33fe.o
0044 obj-$(CONFIG_INTEL_CHTWC_INT33FE)       += intel_chtwc_int33fe.o
0045 intel_mrfld_pwrbtn-y                    := mrfld_pwrbtn.o
0046 obj-$(CONFIG_INTEL_MRFLD_PWRBTN)        += intel_mrfld_pwrbtn.o
0047 intel_punit_ipc-y                       := punit_ipc.o
0048 obj-$(CONFIG_INTEL_PUNIT_IPC)           += intel_punit_ipc.o
0049 
0050 # Intel Uncore drivers
0051 intel-rst-y                             := rst.o
0052 obj-$(CONFIG_INTEL_RST)                 += intel-rst.o
0053 intel-smartconnect-y                    := smartconnect.o
0054 obj-$(CONFIG_INTEL_SMARTCONNECT)        += intel-smartconnect.o
0055 intel_turbo_max_3-y                     := turbo_max_3.o
0056 obj-$(CONFIG_INTEL_TURBO_MAX_3)         += intel_turbo_max_3.o