aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorGravatar Nikita Kravets <teackot@gmail.com> 2023-03-21 01:55:09 +0300
committerGravatar Hans de Goede <hdegoede@redhat.com> 2023-03-27 16:10:20 +0200
commit392cacf2aa10de005e58b68a58012c0c81a100c0 (patch)
tree22052472fd9eb11d7d823b4020aef84790d2ce52 /drivers/platform/x86/Makefile
parentMerge remote-tracking branch 'intel-speed-select/intel-sst' into review-hans (diff)
downloadlinux-392cacf2aa10de005e58b68a58012c0c81a100c0.tar.gz
linux-392cacf2aa10de005e58b68a58012c0c81a100c0.tar.bz2
linux-392cacf2aa10de005e58b68a58012c0c81a100c0.zip
platform/x86: Add new msi-ec driver
Add a new driver to allow various MSI laptops' functionalities to be controlled from userspace. This includes such features as power profiles (aka shift modes), fan speed, charge thresholds, LEDs, etc. This driver contains EC memory configurations for different firmware versions and exports battery charge thresholds to userspace (note, that start and end thresholds control the same EC parameter and are always 10% apart). Link: https://github.com/BeardOverflow/msi-ec/ Link: https://github.com/BeardOverflow/msi-ec/pull/13 Cc: Aakash Singh <mail@singhaakash.dev> Cc: Jose Angel Pastrana <japp0005@red.ujaen.es> Signed-off-by: Nikita Kravets <teackot@gmail.com> Link: https://lore.kernel.org/r/20230320225509.3559-1-teackot@gmail.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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index 12407f36d2be..27550cf6d4fb 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -70,6 +70,7 @@ obj-$(CONFIG_THINKPAD_LMI) += think-lmi.o
obj-y += intel/
# MSI
+obj-$(CONFIG_MSI_EC) += msi-ec.o
obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
obj-$(CONFIG_MSI_WMI) += msi-wmi.o