We used to have code wrapping the regmap I2C and SPI buses as part of the conversion of ASoC drivers from using the ASoC level I/O to the regmap level I/O. Since all drivers have now been converted and the core code removed we can remove the per-bus selects and instead just select the regmap core.
Signed-off-by: Mark Brown broonie@kernel.org --- sound/soc/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 182d92efc7c8..4935e23ff3d6 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -7,8 +7,7 @@ menuconfig SND_SOC select SND_PCM select AC97_BUS if SND_SOC_AC97_BUS select SND_JACK - select REGMAP_I2C if I2C - select REGMAP_SPI if SPI_MASTER + select REGMAP ---help---
If you want ASoC support, you should say Y here and also to the