All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] misc: amd-sbi: Clarify that this is a BMC driver
@ 2025-10-16 13:50 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2025-10-16 13:50 UTC (permalink / raw)
  To: Gupta, Akshay
  Cc: Arnd Bergmann, Greg Kroah-Hartman, Naveen Krishna Chatradhi, LKML

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 <jdelvare@suse.de>
Link: https://lore.kernel.org/r/5c9f7100-0e59-4237-a252-43c3ee4802a2@amd.com
---
Changes in v2:
 * Rebase on top of kernel v6.16.12.

 drivers/misc/amd-sbi/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

--- linux-6.16.orig/drivers/misc/amd-sbi/Kconfig
+++ linux-6.16/drivers/misc/amd-sbi/Kconfig
@@ -2,9 +2,11 @@
 config AMD_SBRMI_I2C
 	tristate "AMD side band RMI support"
 	depends on I2C
+	depends on ARM || ARM64 || COMPILE_TEST
 	select REGMAP_I2C
 	help
 	  Side band RMI over I2C support for AMD out of band management.
+	  This driver is intended to run on the BMC, not the managed node.
 
 	  This driver can also be built as a module. If so, the module will
 	  be called sbrmi-i2c.


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-16 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 13:50 [PATCH v2] misc: amd-sbi: Clarify that this is a BMC driver Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.