projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d638b9
)
ASoC: adau1372: add missing dependencies
author
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Mon, 30 Nov 2020 21:56:26 +0000
(22:56 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 2 Dec 2020 15:19:08 +0000
(15:19 +0000)
SND_SOC_ADAU1372_I2C and SND_SOC_ADAU1372_SPI prpoerly select the REGMAP
config they need but forget to depend on the underlying bus.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link:
https://lore.kernel.org/r/20201130215626.2400999-1-alexandre.belloni@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index 97b727a449b3ab89b773b3d0a879ea5ec4779830..02e23e802b240378b58d4300bc942053e3f60595 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-373,11
+373,13
@@
config SND_SOC_ADAU1372
config SND_SOC_ADAU1372_I2C
tristate "Analog Devices ADAU1372 CODEC (I2C)"
+ depends on I2C
select SND_SOC_ADAU1372
select REGMAP_I2C
config SND_SOC_ADAU1372_SPI
tristate "Analog Devices ADAU1372 CODEC (SPI)"
+ depends on SPI
select SND_SOC_ADAU1372
select REGMAP_SPI