summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorVadim Pasternak2016-10-20 18:28:01 +0200
committerDarren Hart2016-10-23 16:52:57 +0200
commit304887041d953b6692c0d4a9f8fafb252d32e9a0 (patch)
tree03a7d092b621a6b0814c1b91ca298c86ae78d50e /drivers/platform/x86/Makefile
parentMerge tag 'platform-drivers-x86-v4.9-2' of git://git.infradead.org/users/dvha... (diff)
downloadkernel-qcow2-linux-304887041d953b6692c0d4a9f8fafb252d32e9a0.tar.gz
kernel-qcow2-linux-304887041d953b6692c0d4a9f8fafb252d32e9a0.tar.xz
kernel-qcow2-linux-304887041d953b6692c0d4a9f8fafb252d32e9a0.zip
platform/x86: Introduce support for Mellanox hotplug driver
Enable system support for the Mellanox Technologies hotplug platform driver, which provides support for the next Mellanox basic systems: "msx6710", "msx6720", "msb7700", "msn2700", "msx1410", "msn2410", "msb7800", "msn2740", "msn2100" and also various number of derivative systems from the above basic types. This driver handles hot-plug events for the power suppliers, power cables and fans for the above systems. The Kconfig currently controlling compilation of this code is: driver/platform/x86:config MLX_CPLD_PLATFORM tristate "Mellanox platform hotplug driver support" Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Darren Hart <dvhart@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 2efa86d2a1a7..1f06b6339cf7 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -71,3 +71,4 @@ obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_core.o \
intel_telemetry_pltdrv.o \
intel_telemetry_debugfs.o
obj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core.o
+obj-$(CONFIG_MLX_CPLD_PLATFORM) += mlxcpld-hotplug.o