aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorGravatar Robert Joslyn <robert.joslyn@redrectangle.org> 2023-07-12 20:48:52 -0700
committerGravatar Hans de Goede <hdegoede@redhat.com> 2023-07-14 15:30:41 +0200
commit81ad56950b7648c103940e74a8476bc71d4f9c55 (patch)
tree77031cbf7f38fe8b04ca649f2be5acf63187c5e4 /drivers/platform/x86/Makefile
parentdoc: TPMI: Add debugfs documentation (diff)
downloadlinux-81ad56950b7648c103940e74a8476bc71d4f9c55.tar.gz
linux-81ad56950b7648c103940e74a8476bc71d4f9c55.tar.bz2
linux-81ad56950b7648c103940e74a8476bc71d4f9c55.zip
platform/x86: Add SEL-3350 platform driver
Add a driver for Schweitzer Engineering Laboratories SEL-3350 computers front LEDs and power supplies. LED and power supply status is provided by the Intel SoC GPIO. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Link: https://lore.kernel.org/r/20230713035714.807819-1-robert.joslyn@redrectangle.org 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 522da0d1584d..a5f81dc8ba4e 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -139,3 +139,6 @@ obj-$(CONFIG_SIEMENS_SIMATIC_IPC_BATT_F7188X) += simatic-ipc-batt-f7188x.o
# Winmate
obj-$(CONFIG_WINMATE_FM07_KEYS) += winmate-fm07-keys.o
+
+# SEL
+obj-$(CONFIG_SEL3350_PLATFORM) += sel3350-platform.o