.. | .. |
---|
4 | 4 | # subsystems should select the appropriate symbols. |
---|
5 | 5 | |
---|
6 | 6 | 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) |
---|
8 | 8 | select IRQ_DOMAIN if REGMAP_IRQ |
---|
9 | 9 | bool |
---|
10 | 10 | |
---|
.. | .. |
---|
49 | 49 | config REGMAP_SCCB |
---|
50 | 50 | tristate |
---|
51 | 51 | 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 |
---|