[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250915142354.1643780a@endymion>
Date: Mon, 15 Sep 2025 14:23:54 +0200
From: Jean Delvare <jdelvare@...e.de>
To: "Gupta, Akshay" <Akshay.Gupta@....com>
Cc: Arnd Bergmann <arnd@...db.de>, Greg Kroah-Hartman
<gregkh@...uxfoundation.org>, Naveen Krishna Chatradhi
<naveenkrishna.chatradhi@....com>, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] 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 <jdelvare@...e.de>
Link: https://lore.kernel.org/r/5c9f7100-0e59-4237-a252-43c3ee4802a2@amd.com
---
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,8 +2,10 @@
config AMD_SBRMI_I2C
tristate "AMD side band RMI support"
depends on I2C
+ depends on ARM || ARM64 || COMPILE_TEST
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
Powered by blists - more mailing lists