diff options
author | Eddie James <eajames@linux.ibm.com> | 2023-06-12 22:56:57 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-08-11 07:02:14 +0300 |
commit | c0b34bed0bbf7a058dab52d45e9aeb92bbe4c637 (patch) | |
tree | 7e09d3ccf6c08c349984411bbe35edde9c7bb588 /drivers/fsi/Kconfig | |
parent | 53e89e3e4490d6630a68e61a3cb478e7a7f2ce8b (diff) | |
download | linux-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/Kconfig')
-rw-r--r-- | drivers/fsi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 999be82720c5..79a31593618a 100644 --- a/drivers/fsi/Kconfig +++ b/drivers/fsi/Kconfig @@ -94,4 +94,12 @@ config FSI_OCC provide the raw sensor data as well as perform thermal and power management on the system. +config I2CR_SCOM + tristate "IBM I2C Responder SCOM driver" + depends on FSI_MASTER_I2CR + help + This option enables an I2C Responder based SCOM device driver. The + I2CR has the capability to directly perform SCOM operations instead + of using the FSI2PIB engine. + endif |