summaryrefslogtreecommitdiffstats
path: root/drivers/fsi/Makefile
diff options
context:
space:
mode:
authorChristopher Bostic2017-06-06 23:08:57 +0200
committerGreg Kroah-Hartman2017-06-09 11:52:09 +0200
commit7f9e8f767030e9d588ffc71e50ebf5164c86c8a9 (patch)
treeb84260663de940eab4915701239c4e7f61659db8 /drivers/fsi/Makefile
parentdrivers/fsi: Add SCOM FSI client device driver (diff)
downloadkernel-qcow2-linux-7f9e8f767030e9d588ffc71e50ebf5164c86c8a9.tar.gz
kernel-qcow2-linux-7f9e8f767030e9d588ffc71e50ebf5164c86c8a9.tar.xz
kernel-qcow2-linux-7f9e8f767030e9d588ffc71e50ebf5164c86c8a9.zip
drivers/fsi: Add hub master support
Add an engine driver to expose a "hub" FSI master - which has a set of control registers in the engine address space, and uses a chunk of the slave address space for actual FSI communication. Additional changes from Jeremy Kerr <jk@ozlabs.org>. Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fsi/Makefile')
-rw-r--r--drivers/fsi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fsi/Makefile b/drivers/fsi/Makefile
index 3466f08f9aba..65eb99dfafdb 100644
--- a/drivers/fsi/Makefile
+++ b/drivers/fsi/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_FSI) += fsi-core.o
+obj-$(CONFIG_FSI_MASTER_HUB) += fsi-master-hub.o
obj-$(CONFIG_FSI_MASTER_GPIO) += fsi-master-gpio.o
obj-$(CONFIG_FSI_SCOM) += fsi-scom.o