Skip to content

Commit 70ad06d

Browse files
jdelvaregregkh
authored andcommitted
misc: amd-sbi: Clarify that this is a BMC driver
Add a sentence to the driver description to clarify that the sbrmi-i2c driver is intended to run on the BMC and not on the managed node. Add platform dependencies accordingly. Signed-off-by: Jean Delvare <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://patch.msgid.link/20251016155040.0e86c102@endymion Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7959ffb commit 70ad06d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/misc/amd-sbi/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
config AMD_SBRMI_I2C
33
tristate "AMD side band RMI support"
44
depends on I2C
5+
depends on ARM || ARM64 || COMPILE_TEST
56
select REGMAP_I2C
67
help
78
Side band RMI over I2C support for AMD out of band management.
9+
This driver is intended to run on the BMC, not the managed node.
810

911
This driver can also be built as a module. If so, the module will
1012
be called sbrmi-i2c.

0 commit comments

Comments
 (0)