hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/base/regmap/Kconfig
....@@ -4,7 +4,7 @@
44 # subsystems should select the appropriate symbols.
55
66 config REGMAP
7
- default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
7
+ default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ || REGMAP_SOUNDWIRE || REGMAP_SCCB || REGMAP_I3C || REGMAP_SPI_AVMM)
88 select IRQ_DOMAIN if REGMAP_IRQ
99 bool
1010
....@@ -49,3 +49,11 @@
4949 config REGMAP_SCCB
5050 tristate
5151 depends on I2C
52
+
53
+config REGMAP_I3C
54
+ tristate
55
+ depends on I3C
56
+
57
+config REGMAP_SPI_AVMM
58
+ tristate
59
+ depends on SPI