ASoC: pxa: select SND_PXA2XX_LIB for drivers that depend on it

Commit d767d3ce5c ("ASoC: pxa: provide PCM ops for ssp, i2s and ac97
components") created a build-time dependency to SND_PXA2XX_LIB but
missed to reflect that in Kconfig.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Daniel Mack 2018-06-30 22:24:33 +02:00 committed by Mark Brown
parent 1a8f0a3c13
commit 1581250119
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -24,15 +24,18 @@ config SND_PXA2XX_AC97
config SND_PXA2XX_SOC_AC97
tristate
select AC97_BUS
select SND_PXA2XX_LIB
select SND_PXA2XX_LIB_AC97
select SND_SOC_AC97_BUS
config SND_PXA2XX_SOC_I2S
select SND_PXA2XX_LIB
tristate
config SND_PXA_SOC_SSP
tristate "Soc Audio via PXA2xx/PXA3xx SSP ports"
select PXA_SSP
select SND_PXA2XX_LIB
config SND_MMP_SOC_SSPA
tristate