summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai2017-11-16 20:24:02 +0100
committerAndy Shevchenko2017-11-27 12:39:11 +0100
commit19a525d80836ff969b34bdf8a502c05c5eaf5f75 (patch)
treec23ab44d25c2a02221f80584f6d1d41d70d88961 /drivers/platform/x86/Makefile
parentplatform/x86: Add Acer Wireless Radio Control driver (diff)
downloadkernel-qcow2-linux-19a525d80836ff969b34bdf8a502c05c5eaf5f75.tar.gz
kernel-qcow2-linux-19a525d80836ff969b34bdf8a502c05c5eaf5f75.tar.xz
kernel-qcow2-linux-19a525d80836ff969b34bdf8a502c05c5eaf5f75.zip
platform/x86: Add support for Dollar Cove TI power button
This provides a new input driver for supporting the power button on Dollar Cove TI PMIC, found on Cherrytrail-based devices. The patch is based on the original work by Intel, found at: https://github.com/01org/ProductionKernelQuilts Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=193891 Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r--drivers/platform/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index 2996536bf54e..4f92dbf30900 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -89,3 +89,4 @@ obj-$(CONFIG_PMC_ATOM) += pmc_atom.o
obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
obj-$(CONFIG_MLX_CPLD_PLATFORM) += mlxcpld-hotplug.o
obj-$(CONFIG_INTEL_TURBO_MAX_3) += intel_turbo_max_3.o
+obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN) += intel_chtdc_ti_pwrbtn.o