diff options
author | Thomas Niederprüm <niederp@physik.uni-kl.de> | 2015-01-22 00:02:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-27 17:13:27 +0000 |
commit | 6fad62599982319a2631daa99906c6b45cacdaff (patch) | |
tree | 9d09d6367a9eab4da6986d8ff1a28b8bd20ef66c | |
parent | 30374d5dd3028cdc522ec7cc6593cb877deb0435 (diff) | |
download | linux-stable-6fad62599982319a2631daa99906c6b45cacdaff.tar.gz linux-stable-6fad62599982319a2631daa99906c6b45cacdaff.tar.bz2 linux-stable-6fad62599982319a2631daa99906c6b45cacdaff.zip |
ASoC: sta32x: minor Kconfig update.
- Add description for the driver
- Add dependency on the I2C module
Signed-off-by: Thomas Niederprüm <niederp@physik.uni-kl.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 27e1e3b59649..c63ee0e37188 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -580,7 +580,8 @@ config SND_SOC_SSM4567 depends on I2C config SND_SOC_STA32X - tristate + tristate "STA326, STA328 and STA329 speaker amplifier" + depends on I2C select REGMAP_I2C config SND_SOC_STA350 |