diff options
author | Christopher Bostic <cbostic@linux.vnet.ibm.com> | 2017-06-07 00:08:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-09 12:52:09 +0300 |
commit | 7f9e8f767030e9d588ffc71e50ebf5164c86c8a9 (patch) | |
tree | b84260663de940eab4915701239c4e7f61659db8 /drivers/fsi/Makefile | |
parent | 680ca6dcf5c222765cb2fb22959c5282865b6655 (diff) | |
download | linux-7f9e8f767030e9d588ffc71e50ebf5164c86c8a9.tar.xz |
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/Makefile | 1 |
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 |