* [PATCH] misc: rmi-i2c: Select regmap in Kconfig
@ 2025-07-29 21:14 Andi Shyti
0 siblings, 0 replies; only message in thread
From: Andi Shyti @ 2025-07-29 21:14 UTC (permalink / raw)
To: linux-kernel; +Cc: Arnd Bergmann, Greg Kroah-Hartman, Andi Shyti
The driver depends on REGMAP but does not explicitly select it.
Without CONFIG_REGMAP enabled, the build fails. Fix this by
selecting REGMAP in Kconfig.
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
---
drivers/misc/amd-sbi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/misc/amd-sbi/Kconfig b/drivers/misc/amd-sbi/Kconfig
index 4840831c84ca..2074f5f38da2 100644
--- a/drivers/misc/amd-sbi/Kconfig
+++ b/drivers/misc/amd-sbi/Kconfig
@@ -2,6 +2,7 @@
config AMD_SBRMI_I2C
tristate "AMD side band RMI support"
depends on I2C
+ select REGMAP
help
Side band RMI over I2C support for AMD out of band management.
--
2.50.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-30 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 21:14 [PATCH] misc: rmi-i2c: Select regmap in Kconfig Andi Shyti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).