Lines Matching full:intel
3 # Makefile for drivers/platform/x86/intel
4 # Intel x86 Platform-Specific Drivers
17 # Intel input drivers
18 intel-hid-y := hid.o
19 obj-$(CONFIG_INTEL_HID_EVENT) += intel-hid.o
20 intel-vbtn-y := vbtn.o
21 obj-$(CONFIG_INTEL_VBTN) += intel-vbtn.o
23 # Intel miscellaneous drivers
29 # Intel PMIC / PMC / P-Unit drivers
39 # Intel Uncore drivers
40 intel-rst-y := rst.o
41 obj-$(CONFIG_INTEL_RST) += intel-rst.o
42 intel-smartconnect-y := smartconnect.o
43 obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o
46 intel-uncore-frequency-y := uncore-frequency.o
47 obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += intel-uncore-frequency.o