diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-08 08:00:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-08 08:00:13 +0200 |
commit | bb3784ae36e3a816696ae1f5e8490eeedef3c5cf (patch) | |
tree | 90484d199022de79cf25547ace6164435f86a28f /sound/soc/Kconfig | |
parent | Merge branch 'for-3.1' into for-3.2 (diff) | |
parent | ASoC: Add regmap as a control type (diff) | |
download | linux-bb3784ae36e3a816696ae1f5e8490eeedef3c5cf.tar.xz linux-bb3784ae36e3a816696ae1f5e8490eeedef3c5cf.zip |
Merge branch 'regmap-asoc' into for-3.2
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 47d07ce4e867..1381db853ef0 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -7,6 +7,8 @@ menuconfig SND_SOC select SND_PCM select AC97_BUS if SND_SOC_AC97_BUS select SND_JACK if INPUT=y || INPUT=SND + select REGMAP_I2C if I2C + select REGMAP_SPI if SPI_MASTER ---help--- If you want ASoC support, you should say Y here and also to the |