aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorMatan Ziv-Av <matan@svgalib.org>2018-09-28 17:34:06 +0300
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-10-19 19:21:57 +0300
commitdbf0c5a6b1f8e7bec5e17baa60a1e04c28d90f9b (patch)
treebeb9d919d4707d7c7fe3cbbea34aae20b7fbd651 /drivers/platform/x86/Makefile
parentplatform/x86: asus-wmi: Simplify the keyboard brightness updating process (diff)
downloadlinux-dev-dbf0c5a6b1f8e7bec5e17baa60a1e04c28d90f9b.tar.xz
linux-dev-dbf0c5a6b1f8e7bec5e17baa60a1e04c28d90f9b.zip
platform/x86: Add LG Gram laptop special features driver
A driver for LG Gram laptop supporting features not available through the standard interfaces: - Support for the 5 Fn keys that generate ACPI or WMI events. - Two software controlled LEDs: keyboard backlight (also controlled by hardware) and touchpad LED. - Extra features: reader mode, Fn lock, cooling mode, USB charge mode, and maximal battery charging level. Signed-off-by: Matan Ziv-Av <matan@svgalib.org> 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 4e2712c9c0b0..395c8ff12bd1 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_ASUS_NB_WMI) += asus-nb-wmi.o
obj-$(CONFIG_ASUS_WIRELESS) += asus-wireless.o
obj-$(CONFIG_EEEPC_LAPTOP) += eeepc-laptop.o
obj-$(CONFIG_EEEPC_WMI) += eeepc-wmi.o
+obj-$(CONFIG_LG_LAPTOP) += lg-laptop.o
obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
obj-$(CONFIG_ACPI_CMPC) += classmate-laptop.o
obj-$(CONFIG_COMPAL_LAPTOP) += compal-laptop.o