summaryrefslogtreecommitdiff
path: root/drivers/platform/mellanox/Makefile
diff options
context:
space:
mode:
authorLiming Sun <lsun@mellanox.com>2019-05-03 16:49:08 +0300
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-05-06 17:54:42 +0300
commit1357dfd7261fc2f625bf895f77bb57e8827b8f63 (patch)
treef7fe574db55889080ad51ee341d3a2488d1bc2f2 /drivers/platform/mellanox/Makefile
parentd33a7e578eae0bb02cd032b9ac0d70271c34674f (diff)
downloadlinux-1357dfd7261fc2f625bf895f77bb57e8827b8f63.tar.xz
platform/mellanox: Add TmFifo driver for Mellanox BlueField Soc
This commit adds the TmFifo platform driver for Mellanox BlueField Soc. TmFifo is a shared FIFO which enables external host machine to exchange data with the SoC via USB or PCIe. The driver is based on virtio framework and has console and network access enabled. Reviewed-by: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Liming Sun <lsun@mellanox.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
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 57074d9c722c..a229bda18fd9 100644
--- a/drivers/platform/mellanox/Makefile
+++ b/drivers/platform/mellanox/Makefile
@@ -3,5 +3,6 @@
# Makefile for linux/drivers/platform/mellanox
# Mellanox Platform-Specific Drivers
#
+obj-$(CONFIG_MLXBF_TMFIFO) += mlxbf-tmfifo.o
obj-$(CONFIG_MLXREG_HOTPLUG) += mlxreg-hotplug.o
obj-$(CONFIG_MLXREG_IO) += mlxreg-io.o