We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7959ffb commit 70ad06dCopy full SHA for 70ad06d
drivers/misc/amd-sbi/Kconfig
@@ -2,9 +2,11 @@
2
config AMD_SBRMI_I2C
3
tristate "AMD side band RMI support"
4
depends on I2C
5
+ depends on ARM || ARM64 || COMPILE_TEST
6
select REGMAP_I2C
7
help
8
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.
10
11
This driver can also be built as a module. If so, the module will
12
be called sbrmi-i2c.
0 commit comments