summaryrefslogtreecommitdiff
path: root/drivers/fsi/Makefile
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2023-06-12 22:56:57 +0300
committerJoel Stanley <joel@jms.id.au>2023-08-11 07:02:14 +0300
commitc0b34bed0bbf7a058dab52d45e9aeb92bbe4c637 (patch)
tree7e09d3ccf6c08c349984411bbe35edde9c7bb588 /drivers/fsi/Makefile
parent53e89e3e4490d6630a68e61a3cb478e7a7f2ce8b (diff)
downloadlinux-c0b34bed0bbf7a058dab52d45e9aeb92bbe4c637.tar.xz
fsi: Add I2C Responder SCOM driver
The I2CR has the capability to directly perform SCOM operations, circumventing the need to drive the FSI2PIB engine. Add a new driver to perform SCOM operations through the I2CR. Signed-off-by: Eddie James <eajames@linux.ibm.com> Link: https://lore.kernel.org/r/20230612195657.245125-15-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
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 34dbaa1c452e..5550aa15e0b1 100644
--- a/drivers/fsi/Makefile
+++ b/drivers/fsi/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_FSI_MASTER_AST_CF) += fsi-master-ast-cf.o
obj-$(CONFIG_FSI_SCOM) += fsi-scom.o
obj-$(CONFIG_FSI_SBEFIFO) += fsi-sbefifo.o
obj-$(CONFIG_FSI_OCC) += fsi-occ.o
+obj-$(CONFIG_I2CR_SCOM) += i2cr-scom.o