summaryrefslogtreecommitdiff
path: root/drivers/platform/mellanox/Makefile
diff options
context:
space:
mode:
authorVadim Pasternak <vadimp@mellanox.com>2018-06-17 16:56:53 +0000
committerDarren Hart (VMware) <dvhart@infradead.org>2018-06-19 16:56:53 -0700
commit5ec4a8ace06cc0dc1af190dfa53d175029714d66 (patch)
treec6840f72d302dc77072f3f3268e6c46b53e0327d /drivers/platform/mellanox/Makefile
parentce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff)
platform/mellanox: Introduce support for Mellanox register access driver
Introduce new Mellanox platform driver to allow access to Mellanox programmable device register space trough sysfs interface. The driver purpose is to provide sysfs interface for user space for the registers essential for system control and monitoring. The sets of registers for sysfs access are supposed to be defined per system type bases and include the registers related to system resets operation, system reset causes monitoring and some kinds of mux selection. Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> [dvhart: Kconfig typo fixes spotted by Randy Dunlap] Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'drivers/platform/mellanox/Makefile')
-rw-r--r--drivers/platform/mellanox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/mellanox/Makefile b/drivers/platform/mellanox/Makefile
index 7c8385e497a8..57074d9c722c 100644
--- a/drivers/platform/mellanox/Makefile
+++ b/drivers/platform/mellanox/Makefile
@@ -4,3 +4,4 @@
# Mellanox Platform-Specific Drivers
#
obj-$(CONFIG_MLXREG_HOTPLUG) += mlxreg-hotplug.o
+obj-$(CONFIG_MLXREG_IO) += mlxreg-io.o