Commit adc7d561 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Mark Brown

ASoC: adau1372: add missing dependencies

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: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201130215626.2400999-1-alexandre.belloni@bootlin.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4d638b9c
...@@ -373,11 +373,13 @@ config SND_SOC_ADAU1372 ...@@ -373,11 +373,13 @@ config SND_SOC_ADAU1372
config SND_SOC_ADAU1372_I2C config SND_SOC_ADAU1372_I2C
tristate "Analog Devices ADAU1372 CODEC (I2C)" tristate "Analog Devices ADAU1372 CODEC (I2C)"
depends on I2C
select SND_SOC_ADAU1372 select SND_SOC_ADAU1372
select REGMAP_I2C select REGMAP_I2C
config SND_SOC_ADAU1372_SPI config SND_SOC_ADAU1372_SPI
tristate "Analog Devices ADAU1372 CODEC (SPI)" tristate "Analog Devices ADAU1372 CODEC (SPI)"
depends on SPI
select SND_SOC_ADAU1372 select SND_SOC_ADAU1372
select REGMAP_SPI select REGMAP_SPI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment