platform/surface: Add KIP/POS tablet-mode switch driver
[linux-2.6-microblaze.git] / drivers / platform / surface / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for linux/drivers/platform/surface
4 # Microsoft Surface Platform-Specific Drivers
5 #
6
7 obj-$(CONFIG_SURFACE3_WMI)              += surface3-wmi.o
8 obj-$(CONFIG_SURFACE_3_POWER_OPREGION)  += surface3_power.o
9 obj-$(CONFIG_SURFACE_ACPI_NOTIFY)       += surface_acpi_notify.o
10 obj-$(CONFIG_SURFACE_AGGREGATOR)        += aggregator/
11 obj-$(CONFIG_SURFACE_AGGREGATOR_CDEV)   += surface_aggregator_cdev.o
12 obj-$(CONFIG_SURFACE_AGGREGATOR_REGISTRY) += surface_aggregator_registry.o
13 obj-$(CONFIG_SURFACE_AGGREGATOR_TABLET_SWITCH) += surface_aggregator_tabletsw.o
14 obj-$(CONFIG_SURFACE_DTX)               += surface_dtx.o
15 obj-$(CONFIG_SURFACE_GPE)               += surface_gpe.o
16 obj-$(CONFIG_SURFACE_HOTPLUG)           += surface_hotplug.o
17 obj-$(CONFIG_SURFACE_PLATFORM_PROFILE)  += surface_platform_profile.o
18 obj-$(CONFIG_SURFACE_PRO3_BUTTON)       += surfacepro3_button.o