aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorGravatar Daniel Beer <daniel.beer@tirotech.co.nz> 2022-03-21 16:16:27 +1300
committerGravatar Hans de Goede <hdegoede@redhat.com> 2022-04-13 13:49:48 +0200
commit34354476f06dad3c126cc8774d31fbed20294c38 (patch)
tree890a0ccc06b511b46ea20384c863c0d002e40866 /drivers/platform/x86/Makefile
parenttools/power/x86/intel-speed-select: fix build failure when using -Wl,--as-needed (diff)
downloadlinux-34354476f06dad3c126cc8774d31fbed20294c38.tar.gz
linux-34354476f06dad3c126cc8774d31fbed20294c38.tar.bz2
linux-34354476f06dad3c126cc8774d31fbed20294c38.zip
platform/x86: winmate-fm07-keys: Winmate FM07/FM07P buttons
Winmate FM07 and FM07P in-vehicle computers have a row of five buttons below the display. This module adds an input device that delivers key events when these buttons are pressed. Signed-off-by: Daniel Beer <daniel.beer@tirotech.co.nz> Link: https://lore.kernel.org/r/623a110a.1c69fb81.64f39.0118@mx.google.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r--drivers/platform/x86/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index fe4d4c8970ef..4a59f47a46e2 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -130,3 +130,6 @@ obj-$(CONFIG_PMC_ATOM) += pmc_atom.o
# Siemens Simatic Industrial PCs
obj-$(CONFIG_SIEMENS_SIMATIC_IPC) += simatic-ipc.o
+
+# Winmate
+obj-$(CONFIG_WINMATE_FM07_KEYS) += winmate-fm07-keys.o