mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
7f9e8f7670
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>
5 lines
170 B
Makefile
5 lines
170 B
Makefile
|
|
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
|